Vaibhav Saran
Results
2
comments of
Vaibhav Saran
Page curl was done in one of closed topics. Just replace these three methods- `- (void) gotoNextSpine` `- (void) gotoNextPage` `- (void) gotoPrevPage` with given below: ``` - (void) gotoNextSpine...
It is done now 👍 Needed to create another setter and getter for UITextView in `NYAlertViewController` add in `NYAlertViewController.h` `@property (nonatomic) NSTextAlignment textAlignment;` and add in `NYAlertViewController.m` ``` - (void)setTextAlignment:(NSTextAlignment)textAlignment...