¡@

Home 

2014/10/15 ¤U¤È 10:05:51

iphone Programming Glossary: custombuttonview

Placing a custom view based UIBarButtonItem in the navigation bar without default horizontal padding

http://stackoverflow.com/questions/4715280/placing-a-custom-view-based-uibarbuttonitem-in-the-navigation-bar-without-defaul

in this case it's the right button UIBarButtonItem customAddButtonItemWithTarget id target action SEL action UIButton customButtonView UIButton buttonWithType UIButtonTypeCustom customButtonView.frame CGRectMake 0.0f 0.0f 45.0f 44.0f customButtonView setBackgroundImage.. id target action SEL action UIButton customButtonView UIButton buttonWithType UIButtonTypeCustom customButtonView.frame CGRectMake 0.0f 0.0f 45.0f 44.0f customButtonView setBackgroundImage UIImage imageNamed @ bgNavBarButton OutsideRight.. customButtonView UIButton buttonWithType UIButtonTypeCustom customButtonView.frame CGRectMake 0.0f 0.0f 45.0f 44.0f customButtonView setBackgroundImage UIImage imageNamed @ bgNavBarButton OutsideRight Normal.png forState UIControlStateNormal customButtonView..

Implementation of HTTP Live Streaming in iOS

http://stackoverflow.com/questions/8291691/implementation-of-http-live-streaming-in-ios