Skip to content

Cannot specify a "storyboard id" of UIViewController in makeAnAlert method #1

@ratulSharker

Description

@ratulSharker

While instantiating a AlertView using the class method

/*   _______________________________________________________
     |                                                                                       |
     |  a static class method, which is meant to act as a   |
     |  factory method for the RSViewcontrollerAlertView.|
     |______________________________________________________|
*/
+(RSViewControllerAlertView*)makeAnAlert:(NSString*)storyboardName;

we can specify only the storyboard name, and the RSViewControllerAlertView assumes that the initial view controller is the view controller which needed to be rendered.

How could i specify a view controller which is not initial view controller in the given storyboard file ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions