[iphone]customizable TabBarController 썸네일형 리스트형 [iphone]customizable TabBarController iDev Recipes : https://github.com/boctor/idev-recipes/tree/master/RaisedCenterTabBar UIButton* button = [UIButton buttonWithType:UIButtonTypeCustom]; button.frame = CGRectMake(0.0, 0.0, buttonImage.size.width, buttonImage.size.height); [button setBackgroundImage:buttonImage forState:UIControlStateNormal]; [button setBackgroundImage:highlightImage forState:UIControlStateHighlighted]; CGFloat heig.. 더보기 이전 1 다음