I'm trying to implement a page menu segue in my app using the pod from this pre-built page menu pod …
ios swift nibI am trying to design a custom UICollectionViewCell prototype (in Xcode 5.0.2), however Interface Builder doesn't let me add a cell …
xcode interface-builder uicollectionview nib uicollectionviewcellI have a UIView that I want to use in several View Controllers so I created the view (.h/.m) …
uiview uiviewcontroller uistoryboard nib isoI created a new blank standard application using Xcode template. Removed the window in MainMenu.xib and I created a …
objective-c xcode cocoa nib nswindowcontrollerI have created a custom class that subclasses UIView. I want to do my layout in IB, so have set …
ios uiview nibI have a particular UICollectionViewCell that I want to instantiate myself, and add to a UICollectionView. In order for this …
objective-c xcode interface-builder nib uicollectionviewI have a custom UIView (MyCustomUIView) which is built using Interface Builder. I'd like to place this custom view in …
ios uiview xib nib initwithcoderI'm experimenting on how to load nib files to a UIViewController. I have created a separate nib file called Email. …
ios uiviewcontroller xib nibi am using the new xcode 4.5, i have this lines of code on some view controller: DiscoverCell* cell=[table dequeueReusableCellWithIdentifier:@"…
xcode exception uitableview xib nib