nicklockwood / iRate

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

disable making network requests on load #225

Open paulz opened 8 years ago

paulz commented 8 years ago

fixes https://github.com/nicklockwood/iRate/issues/224

To start iRate add [iRate sharedInstance]; within - application:didFinishLaunchingWithOptions: or in other appropriate method

This is the same change as https://github.com/nicklockwood/iRate/pull/197, just using latest iRate