Skip to content

UISplitViewController has no public constructor #3

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions