I was looking at some Cappuccino code (trying learn a little bit of it) and saw something called a Cib. http://github.com/Calvin4/simple-cappuccino-sinatra-app/blob/master/public/AppController.j Look at line 27.
Any help?
Thanks
I was looking at some Cappuccino code (trying learn a little bit of it) and saw something called a Cib. http://github.com/Calvin4/simple-cappuccino-sinatra-app/blob/master/public/AppController.j Look at line 27.
Any help?
Thanks
A Cib is most likely the Cappuccino version of a Nib/Xib, which is a file that describes the controls and layout of a page (i.e. if this was WPF/Silverlight it'd be a XAML page)