In iOS5 you can use UIAppearence, but other than that, I think you are on your own.
There is a ObjC example of it here: http://www.appdesignvault.com/ (the free ocean theme has it) On Tue, Apr 24, 2012 at 23:37, AS <[email protected]> wrote: > Hi, > > Is there a way to reskin UISegmentedControl besides using TintColor?! I have > a UISegmentedControl with TintColor set to 'black' but I can't identify > which segment has been selected or active. I have tried going through > Subviews but no luck, except for perhaps changing UILabel below but not the > gradient background. > > UIView[] views = segmentedControl.Subviews; > foreach(UIView view in views) { > UIView[] segmentViews = view.Subviews; > UILabel segmentLabel = (UILabel)segmentViews[0]; > segmentLabel.Text = "Segment"; > } > > Would appreciate for some pointers on this. > > Many thanks, > > A > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Skinning-UISegmentedControl-tp4585050p4585050.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch -- Nic Wise t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/ Earnest: Self-employed? Track your business expenses and income. http://earnestapp.com Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p mobileAgent (for FreeAgent): get your accounts in your pocket. http://goo.gl/IuBU Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
