escoz / QuickDialog

QuickDialog - Quick and easy dialog screens for iOS
http://escoz.com/open-source/quickdialog
Other
3.07k stars 637 forks source link

UISegmentedControl default selected #460

Closed pepicrft closed 1 year ago

pepicrft commented 11 years ago

I've been trying to add QSegmentedElement with a segment of UISegmentedControl selected but I haven't found the way to do that. Does someone how to do that? Thanks

escoz commented 11 years ago

Simply setting the "selected" property in the element doesn't work?

pepicrft commented 11 years ago

I've tried but it doesn't update the UISegmentedControl Interface with the selected item :S