iphoneiosuisegmentedcontrolimage-extraction

Extract image of UISegmentedControl on iPhone


I am using UISegmentedControl (with only one segment) as a button. But problem with this is one cannot change font size in UISegmentedControl (possible in iOS-5+ but I am targeting lower versions devices). Is it possible to extract image of UISegmentedControl from app so that I can use custom UIButton with this image as background?

Any help will be appreciated.


Solution

  • try UIKit-Artwork-Extractor (look for it on github.com)