-
Hi @nesquena and @timothy1ee,
Submitting my initial version of the tomatoes app.
Thanks,
Rakhesh
-
I am developing an iOS 6 application and I am using your controller as the root controller of the window (this is the code in the AppDelegate) which embeds a NavigationController
UINavigationControll…
-
@timothy1ee Moving forward from what I've implemented so far, would it be wise to implement a storyboard or programmatically set segues to the compose and detail view?
pamo updated
11 years ago
-
It appears if I leave out the sw_rear segue, and only implement sw_right, in the storyboard example the simulator will just show a black screen. To work around it, I have to include a dummy sw_rear s…
-
Currently the storyboard is not correct. There is not UINavigationController. This causes issues for segues from scene to scene. The only option right now is a modal transition which is not a correct …
-
Hi!
Thanks a lot for this library! :) First, sorry for my bad english.
I need this:
After save a recorded video I want to switch to another view controller by segue (like a [self performSegueWithI…
tescz updated
10 years ago
-
This isn't a bug but a request for implementation direction. I have a front VC that is a canvas I add artwork to. The rear VC is a static table where the user can choose what kind of content to add …
-
A major issue with custom container view controllers like `SWRevealViewController` is that they're a pain to use in a storyboard. This pain is primarily due to the fact that Apple hasn't enabled a me…
-
/cc @nesquena @timothy1ee
I can't figure out why the images sometimes move around in the timeline cells. They don't seem to be strictly adhering to their constraints. It's weird.
-
I have spend a couple of hours on the MainStoryBoard and its so buggy that i suggest we just get a new one.
If by any change it works on you machine, lets use that. Otherwise we should spend another…