【发布时间】:2011-09-06 03:41:51
【问题描述】:
我需要像这样获取我之前在UIBarButtonItem 中添加的UISegmentedControl 对象
UIBarButtonItem *segmentBarButton=[[UIBarButtonItem alloc] initWithCustomView:segmaentControl];
现在我想从中取出 UISegmentedControl 对象,我该怎么做?
【问题讨论】:
标签: iphone objective-c ipod-touch uisegmentedcontrol