nicklockwood / iRate

[DEPRECATED]
http://charcoaldesign.co.uk/source/cocoa#irate
Other
4.1k stars 734 forks source link

instead of pop up, I want to create a link rate inside app like a link, #210

Open mrjotika opened 9 years ago

mrjotika commented 9 years ago

don't you mind help me with this?

nicklockwood commented 9 years ago

Just set [iRate sharedInstance].promptAtLaunch = NO; in AppDelegate +initialize method, then add a button which calls [iRate sharedInstance] promptIfNetworkAvailable];

mrjotika commented 9 years ago

thank you very much bro can you show me detail! I'm beginer.