Yang Meyer

Results 2 comments of Yang Meyer

Hej, Basically the idea is that you load the view from a Nib and add it as a subview to yourself. As my blog post says: YMCalendarSheet code: In -initWithCoder:...

I suspect that your EmbedView.nib is trying to instantiate the embedded view (using -initWithCoder:). 1.) In your Container.nib, add a EmbedView. This will instantiate the embedded view using -initWithCoder:. 2.)...