DigitalRuby / DRColorPicker

Digital Ruby, LLC Color Picker for iOS
http://www.digitalruby.com/introducing-drcolorpicker-ios/
Other
75 stars 14 forks source link

Navigation title disappear and don't appear. #2

Closed NorbertSzydlowski closed 9 years ago

NorbertSzydlowski commented 9 years ago

Hi,

when I push controller navigation title disappear.

After dismiss it isn't assigned to navigation.titleview.

vc.rootViewController.dismissBlock = ^(BOOL cancel) {
        [self dismissViewControllerAnimated:YES completion:^{
            self.navigationItem.titleView = self.csNavigationBar; //don't work and navbar is clear

        }];
    };
jjxtra commented 9 years ago

Greetings,

Sorry for the late response. Is vc your own view controller or is it the color picker? What is "self" - is that your own view controller? Is it a UINavigationController or UIViewController? What is csNavigationBar?

jjxtra commented 9 years ago

I'll probably need more explanation and code to even begin to investigate this.

jjxtra commented 9 years ago

If you still want help with this, email me at jjxtra AT gmail DOT com and we can resolve it that way. Thanks!