Top "Initwithcoder" questions

Objective C - Custom view and implementing init method?

I have a custom view that I want to be able to initialize both in-code and in nib. What's the …

objective-c initwithframe initwithcoder
How to code initwithcoder in Swift?

i'm newbie in swift adn i have problem with initwithcoder in swift. I have class UserItem, i need it to …

swift initwithcoder
Load custom UIView with XIB from a View Controller's view using IB

I have a custom UIView (MyCustomUIView) which is built using Interface Builder. I'd like to place this custom view in …

ios uiview xib nib initwithcoder
How do we implement custom init methods in objective-c when we use storyboard?

I have created a few buttons and labels using storyboard in XCode 4.6.3 I want to fire some methods on the …

ios objective-c storyboard init initwithcoder