I don´t know if this is possible but I need to add an observer to the method - (void)setTargetRect:(CGRect)targetRect inView:(UIView *)targetView
from the UIMenuController class. I need to know the targetRect of this object. If this is possible, Apple will allow this? Thanks.
Asked
Active
Viewed 253 times
0

pasawaya
- 11,515
- 7
- 53
- 92

Alejandro Cotilla
- 2,501
- 1
- 20
- 35
-
See http://stackoverflow.com/questions/165790/whats-the-nicest-way-to-do-observer-observable-in-objective-c-iphone-version – Daniel Le Nov 03 '12 at 04:20
-
What exactly is your requirement. Can you please share some more details. Probably you might want to add an observer for some property in UIMenuController class. – iDev Nov 03 '12 at 04:47
-
Can you tell me the object you want to observe? I mean is it a view or something? – sunkehappy Nov 03 '12 at 10:02