uibutton - How do I add border to an @IBAction Button that is linked from storyboard in Swift 2.1? -


how set button border if button linked storyboard , of type @ibaction?

the button's type not ibaction, ibaction connection between storyboard , function

if want change button in code, connect storyboard outlet (hold ctrl , drag button storyboard viewcontroller)

(and u can change storyboard)


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -