nicklockwood / iRate

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

iOS Swift : Message and Message Title are not working #308

Open Abhishek-NickelFox opened 6 years ago

Abhishek-NickelFox commented 6 years ago

I have added code in didFinishLaunch

iRate.sharedInstance().messageTitle = "TITLE TEST" iRate.sharedInstance().message = "TEST MESSAGE"

Its showing still its default message

UPDATE iRate.sharedInstance().messageTitle = NSLocalizedString("Rate MyApp", comment: "TITLE TEST") iRate.sharedInstance().message = NSLocalizedString("If you like MyApp, please take the time, etc", comment: "TITLE MESSAGE")

Stil Not working

@nicklockwood : Please Help