-
Create button and add exercise button will be the only table cells that display when create plan view is first viewed.
-
Hi, first of all thank you for you work, it is awesome and I have been using it successfully for a long time.
I just decided to go for size classes in Xcode 6.1, so all my "normal" segues were conver…
-
Most of my feedback will revolve around the model-view-controller, the [architecture design](https://guides.codepath.org/ios/Application-Architecture#model-view-controller-in-ios ) generally used in i…
-
Hello ,
What i want to do here is when i select an option from the menu , not to expand to the right like 40 px then close to the left , i just want the menu to close to the left without expanding t…
AaoIi updated
7 years ago
-
Hi,
thanks for the book.
I have few issues with the code downloaded from here. First, it fails with link error:
duplicate symbol _segues in:
/Users/idelovski/Library/Developer/Xcode/Deri…
-
Hi,
Thank you for sharing the idea of using visitors with storyboard segues! I've tried to incorporate your technique into Master-Detail Application template and found an issue which I don't know h…
rbsgn updated
7 years ago
-
If you set an easing function for an animation which runs in a segue, the coordinates of the start and end frames for the view change (or perhaps it just ignores the ones you set). Commenting out the …
-
Thanks for the presentation. Wondering where you have stored those training data set if I would like to reproduce what you have done during the demo at 2019 I/O.
-
/cc @codepathreview
Hey guys – As always, I wish I had ten more hours. I probably spent ten hours on the ray wenderlich custom hamburger menu guide, which I should have been able to implement quicker…
-
I have a tableviewcontroller (TVC1) that segues to XLFormViewController subclass (TVC2) upon selecting a row in TVC1.
I invoke the segue in TVC1 by invoking "performseguewithidentifier.." method . I…