1

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

user94154
  • 16,176
  • 20
  • 77
  • 116

1 Answers1

2

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)

Ana Betts
  • 73,868
  • 16
  • 141
  • 209