Saturday, November 21, 2015

IOS application using 3D Framework

IOS application using 3D Framework

This blog today I am going to show you guys how to create an IOS application using 3D Framework using GLKVIew.

Please watch this video below:


Or Youtube link(sometimes have better HD definition):
   https://www.youtube.com/watch?v=Nj-sgYrLX44

I hope it helps,
Thiago Leoncio.

---------------------------------------
Other great IOS articles:

IOS Exceptions:
http://thiagoleoncio.blogspot.com/2016/03/ios-exceptions.html

IOS - 3 big reasons why start coding in swift instead of Objective-C
http://thiagoleoncio.blogspot.com/2015/11/3-big-reasons-why-start-coding-in-swift.html

IOS - IOS App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure.
http://thiagoleoncio.blogspot.com/2016/01/ios-app-transport-security-has-blocked.html

IOS - Video Application with Json and Mysql connection
http://thiagoleoncio.blogspot.com/2015/09/ios-application-with-mysql-database.html

IOS - How to create Multiple views
http://thiagoleoncio.blogspot.com/2015/08/ios-how-to-create-multiple-views-in.html


Saturday, November 7, 2015

[IOS Swift] Unknown class ImageViewController in Interface Builder file - Terminating app due to uncaught exception

Hello guys,

   So today I would like to just provide a quick troubleshooting session on this common error that can make you waste long time trying to find the real reason.

Error:

2015-11-07 19:05:20.900 ThiagoLeoncioTracker[2549:65044] Unknown class ImageTableViewController in Interface Builder file.
2015-11-07 19:05:22.326 ThiagoLeoncioTracker[2549:65044] Unknown class ImageViewController in Interface Builder file.
2015-11-07 19:05:22.333 ThiagoLeoncioTracker[2549:65044] *** Terminating app due to uncaught exception

Solution to fix the issue:
Click inside of Module field and press enter.




Happy coding,
Thiago Leoncio.