-
Yesterday I implemented the PagingMenuController by copying the storyboard and working from your example, this worked perfectly fine. I'd rather do it programatically though, but the menu is not showi…
-
On a ViewController, we have in viewDidLoad an Alamofire request to a server with a callback that references self, and also a pushViewController meant to transition to another ViewController.
Unintui…
-
While running
/Volumes/Data/Development/Work/pods/CocoaPods/bin/pod update
I am getting this error. Any clue what's happening?
-
Hi,
I have this method which is called when the user click an item on the application menu:
```
- (void) openChooseEmailSMSOrWhatsApp {
self.messageChoiceAlertController = [SDCAlertController al…
-
follow this:
1. turn to `page 2`
2. use two fingers to do this: scroll to `page 1`,but not leave your finger, until over `page 1`, which means you have see the background color.
3. then leave your fin…
-
```
Any game usually make use of both the portrait and landscape of the iphone.
It would be very useful to detect the orientation of the phone when changed
from portrait to landscape or vice-versa.
…
-
In my case, a tab bar and navigation bar based app.
When dismissing a viewcontroller with the ZFDragableModalTransition, the status bar is removed from the `toViewController` which is the `TabBarCont…
-
I'm facing problem while integrating Paypal for live payments in ios app.It works for Sanbox mode.My credentials(ClientId also valid).
I'm using below code in AppDelegate method,
[PayPalMobile initia…
Ha33y updated
9 years ago
-
Hi!
Great library, but I think it is not radical enough and doesn't solve main problem: Activities and Fragments.
Fragments are crap and so are Activities. So if you want to make good MVP/MVC/MVVP lib…
-
I had to change this line:
let window = UIApplication.sharedApplication().keyWindow?.subviews.first as UIView
to this (notice the .last) to get it to work for me from a modally presented v…
dltlr updated
9 years ago