Search code examples
objective-j

What is a Cib? (objective-j related? I'm not sure)


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


Solution

  • 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)