If you want a view to just appear without any animation or transition in iOS then this quick tip for you. First off you do not have to code a custom segue like is suggested on several sites. All that is required is selecting the correct preset segue type and changing a simple setting. Selecting Present Modally and unchecking the Animates checkbox. That all that is needed to have the new view just appear without any animation or transition. That much easier than writing a custom segue.
If you need to see how to do this then watch this short little video;
Thanks and happy coding :)
Showing posts with label Xcode tip. Show all posts
Showing posts with label Xcode tip. Show all posts
Tuesday, April 28, 2015
Saturday, April 25, 2015
iOS Xcode Auto layout device preview
When layout of a unversial app in Xcode for iOS, there a way to preview the unverisal layout on all apple device sizes within Xcode at the same time.
I been working with Xcode Swift with several companies and pretty much all of them never knew this could be done. It is a great little tip and I felt it is worth sharing with the world.
Enjoy and happy coding ;)
I been working with Xcode Swift with several companies and pretty much all of them never knew this could be done. It is a great little tip and I felt it is worth sharing with the world.
Enjoy and happy coding ;)
Labels:
Controls,
GUI,
iOS,
iOS development,
Obleo,
Swift,
Swift for iOS,
Swift tip.,
Video,
Video Tutorial,
Xcode,
Xcode tip
Saturday, February 21, 2015
Xcode swift tip: Access to docs fast
I discovered a faster way to access docs for a certain item already in your code. For those who may not be aware of this tip I like to share it with you, because I think you may like it.
Say you want to know what available to use for UIViewController. my simply command clicking on that text in the code editor will bring up the header file for the selected item. This making it super fast to find what you could use.
The Example below shows the UIViewController with a command click.
This will make the header for this class appear in the edit view.
This makes finding info to what you need to use extremely fast and helpful. I find it better than searching the help Api docs as it returns everything for the selected item.
Thanks, and happy coding ;)
Say you want to know what available to use for UIViewController. my simply command clicking on that text in the code editor will bring up the header file for the selected item. This making it super fast to find what you could use.
This will make the header for this class appear in the edit view.
This makes finding info to what you need to use extremely fast and helpful. I find it better than searching the help Api docs as it returns everything for the selected item.
Thanks, and happy coding ;)
Subscribe to:
Posts (Atom)

