Paolo Boschini
Results
2
comments of
Paolo Boschini
Thanks! What about this? ``` swift var icomation = Icomation(frame: CGRectMake(0, 0, 30, 30)) icomation.topShape.strokeColor = UIColor.redColor().CGColor icomation.middleShape.strokeColor = UIColor.blueColor().CGColor icomation.bottomShape.strokeColor = UIColor.blackColor().CGColor icomation.addTarget(self, action: "tapped", forControlEvents: UIControlEvents.TouchUpInside) navigationItem.leftBarButtonItem =...
I need to see the project I guess. Can you send me an example of how your project looks like? Are you using storyboards?