pengqian

Results 5 comments of pengqian

``` // Handle ContainerView tap gesture func handleContainerViewTapGesture(sender: AnyObject) { ``` // cancel action let action = actions[cancelButtonTag - 1] as! DOAlertAction if (action.handler != nil) { action.handler(action) } self.dismissViewControllerAnimated(true,...

command + A command +X command + C try it (smile)

我这边遇到了这个问题。发现得设置表格高度,不然显示不出来,带上height即可

I change the code and have no effect. below is my changes and it work very well override public func hasText() ->Bool { return self.text! != "" } override public...