I found this method:
- (zero) report achievement identifier: ( NSString *) Identifier percent full: (float) percent Now I want to call this method in some other way:
[self thisMethod] ; But how can I do this with a method in which there are local announcements?
Thanks
It does not matter if there are local announcements in one method Is it completely normal, have you tried to call [this is Method]; ? Is it crashed?
Comments
Post a Comment