Uploader Comments (GeekyLemon)
All Comments (40)
-
Hey Error: unknown error code.
This generally means that another instance of this process was already running or is hung in the debugger.(lldb). This is the error I get when I try to run it Please HELP!! Thanks
-
very helpful!!
-
Very helpgul video, thanks a lot. is exactly what I need it
-
great work.
-
Great stuff mate!
How about if you wanna use the NavigationController in the StoryBoard, how would you do this please?
Also it would be awesome if you could do a tutorial on creating a sort of web application, for example an application that takes data from a webpage and display it on the iPhone(instead of the webview). I'm dying to learn that.
Your help is much more appreciated here, take care!
-
Thank you for this video! Simple, straightforward, and to the point. I only wish I had found this hours earlier. :-)
-
The swipe gesture doesn´t work in my project there is a little yellow triangle on the window when I do a right klick on the yellow view.
-
@Romanhayer Correct approach: Create UIViewController subclass and change the classname of the ViewController (Small rectangle beneath the yellow UIView) to the new UIViewController classname.
-
Having the same problem...
-
The tutorial is pretty well done, but I fear the consumers might get confused by the misuse of UIView and UIViewController. The author of this video accidentally declares a UIView subclass as the view controller of the yellow UIView. To maintain separation of concerns, you should NEVER do this. To understand the difference between UIView and UIViewController, you can have a look at the MVC model.
Should of done a tab bar to switch views. Is it the same as the buttons???
Xraller 3 months ago
@Xraller yes dude just do the same with the button in the bar
GeekyLemon 3 months ago