Ahmed Kaouach
Ahmed Kaouach
Hello, I'm trying to get the navigationController of current view but it's always nil I tried this way : ``` UINavigationController *navigationController = self.frostedViewController.contentViewController.tabBarController; [navigationController pushViewController:userProfile animated:YES]; ``` How to...
Hello I'm trying to use the library but I got this issue **Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[newsPagerViewController topViewController]: unrecognized selector sent to instance** In this line...
How to set the bezier position to center ? As you can see in picture it's appearing at the bottom instead of center : 
Hello, I'm trying to use this library in this so In **mainView.h** file that inherits from **ARSegmentPageController** I've added this code : ``` -(id)initWithCoder:(NSCoder *)aDecoder{ return [self init]; } ```...
My custom presenter is presenting another ViewController and when dismissing this second VC I got wired behaviour check ( the custom VC go to top of view )out the image....
I get his error : ``` GoogleWearAlertView.swift:41:9: Getter for 'viewController' with Objective-C selector 'viewController' conflicts with method 'viewController()' from superclass 'UIView' with the same Objective-C selector ```
Hello, How can I use this library without storyBoard ( because in my code I'm drawing tableView programmatically ) , I tried something like this but didn't worked and MyCollectionView...
Hello, I'm trying to get the selected date by user in the DatePickerFragment but I got an issue : This is the problem description at Stackoverflow : http://stackoverflow.com/questions/26718067/get-selected-date-from-datepickerfragment/26718287?noredirect=1#comment42048870_26718287
I'm trying to use it in full screen mode but when my app is launched before any interaction the CRMotionview is not covering the status bar :  Once I...
Hello, I got some displaying issue in the navigation bar please check the image 'I want my nav bar looks like twitter' ...