matej / MBPullDownController

MBPullDownController, an iOS container view controller for pullable scroll view interfaces.

Home Page:www.bukovinski.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

erreur pls help me

web-differently opened this issue · comments

'The front controller's view is not a UIScrollView subclas
explication i create newx project and i copy all file in my new project and i have this error 'NSInternalInconsistencyException', reason: 'The front controller's view is not a UIScrollView subclass.'
pls i want to see the image full screen how i can do this
excuse me but i french
i spreak bad enslish tkanks you

Just as the exception says. The front view controller view needs to be an UIScrollView subclass, otherwise MBPullDownController doesn't work. You are hitting this assertion.