activity-bar icon indicating copy to clipboard operation
activity-bar copied to clipboard

'Cannot modify constraints for UINavigationBar managed by a controller'

Open hernangonzalez opened this issue 9 years ago • 1 comments

Hi,

I am getting the error after adding the activity bar.

    override func viewDidLoad() {
        super.viewDidLoad()

        activity = ActivityBar.addTo(self)
        activity.start()
    }

This is just a regular VC inside a Navigation Controller. Does seem to work without a navbar.

Any clue?

Thanks, H.

hernangonzalez avatar Aug 22 '16 14:08 hernangonzalez

@tanner0101 Im getting this same problem.

otymartin avatar Mar 24 '17 05:03 otymartin