NOUSguide / NGTabBarController

A custom TabBarController implementation for iPhone and iPad
Other
263 stars 0 forks source link

NGTabBar.m (line200) : performSelector @selector(removeFromSuperview) error #20

Open maxxfire opened 10 years ago

maxxfire commented 10 years ago

NGTabBar.m (line200) in method :

it need to be:

    for (NGTabBarItem *item in _items) {
        [item performSelector:@selector(removeFromSuperview)];
    }