Desmond
Desmond
I have an array of 5, cancelButtonTag is 6, hence fatal error: Array index out of range // Handle ContainerView tap gesture func handleContainerViewTapGesture(sender: AnyObject) { // cancel action let...
@younatics thanks for the update and great work! this refractor works better than the previous git. however, the default `expandableTableView.scrollToRow(at: indexPath, at: .top, animated: true) `which works well with the...
HI AK, do you think if is possible to have a stateless picker? As in i would like the selected item to be momentary initially?
Hi as above! possible to disable part of the segment? like this ? `self.segmentedControl.setEnabled(false, forSegmentAt: 0);`