-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The generated skeleton for UISplitViewController only has a private constructor
that prevents a Java application from instantiating this class. I think the
absence of a constructor in the Objective-C header does not necessarily imply
the generation of a private Java constructor because in this case an alloc/init
on the Objective-C side will simply use the base class constructor
(UIViewController)
Original issue reported on code.google.com by a...@puder.org on 24 Nov 2011 at 9:20
Reactions are currently unavailable