Ahmed Kaouach

Results 12 issues of 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 : ![img_0059](https://cloud.githubusercontent.com/assets/1204608/11535974/960972b6-9916-11e5-801f-b144676402e6.PNG)

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

wontfix

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 : ![untitled](https://cloud.githubusercontent.com/assets/1204608/11593063/80cb7182-9aa2-11e5-82d0-88b43021db34.png) Once I...

Hello, I got some displaying issue in the navigation bar please check the image 'I want my nav bar looks like twitter' ![capture d ecran 2015-03-17 a 10 21 57](https://cloud.githubusercontent.com/assets/1204608/6685601/b569ba6e-cc9b-11e4-96bb-5ce19415f827.png)...

bug