コード片としてメモ
storyboard
let appLogStoryboard = UIStoryboard(name:"storyboardfile", bundle:nil)
var customVC = appLogStoryboard.instantiateInitialViewController() as! CustomViewController
Go to list of users who liked
More than 5 years have passed since last update.
コード片としてメモ
let appLogStoryboard = UIStoryboard(name:"storyboardfile", bundle:nil)
var customVC = appLogStoryboard.instantiateInitialViewController() as! CustomViewController
Register as a new user and use Qiita more conveniently
Go to list of users who liked