AugustRush / ARSegmentPager

segment tab controller with parallax Header
MIT License
1.67k stars 265 forks source link

Cannot remove an observer #28

Closed ronaldalfaro closed 8 years ago

ronaldalfaro commented 8 years ago

Hi! when a function with this code is called:

self.publicProfileVC = [[PublicProfileVC alloc] init]; [self.navController pushViewController:self.publicProfileVC animated:YES];

I'm getting this error: Uncaught exception: Cannot remove an observer <PublicProfileVC 0x182590f0> for the key path "segmentTopInset" from <PublicProfileVC 0x182590f0> because it is not registered as an observer.

What may be causing this error? thanks!

AugustRush commented 8 years ago

This is very strange, i need detail info so that i can figure it out.