Abhishek Thapliyal

Results 5 issues of Abhishek Thapliyal

@xaviermerino: I need this segment to connect with scrollview and the tab indicator should scroll with respect to scrollview when user drag/swipe. How can i do this?

I have added code in `AppDelegate` and added `iRateDelegate` also **func iRateUserDidAttemptToRateApp() { Analytics.track(event: .UserRatingNow) }** **func iRateUserDidDeclineToRateApp() { Analytics.track(event: .UserDeclinedToRateApp) }** But these 2 delegates are not getting called

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 =...

How can i make it show on . the basis user posted/submitted any review earlier or not.

I want to create same type of template for us. can you share any doc which i can follow for same?