Jump to content

[Tweak.xm] Famousgram - Followers, Likes & Comments


12 posts in this topic

Recommended Posts

Posted

- (void)addDownloads :(unsigned int)fp8 onComplete :(id)fp12 {

     return %orig(5000, fp12);

 

din't get this part :mellow: 

 

It's basically the same method as the other. The difference here is, that this is a void. Since you can't return void with NSNumber you have to run the original value for it (%orig). After that you can return the second part of the method to your desire.

Posted

It's basically the same method as the other. The difference here is, that this is a void. Since you can't return void with NSNumber you have to run the original value for it (%orig). After that you can return the second part of the method to your desire.

Thanks bro, really appreciate it :thumbsup: :thumbsup:  

×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines