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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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)