Created
February 8, 2018 20:12
-
-
Save MathVasc/8cd48cb6a97f7453638b7fca127b5661 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
override func viewDidLoad() { | |
super.viewDidLoad() | |
// Esta linha de código diz ao widget que seu modo de exibição é do tipo expanded | |
self.extensionContext?.widgetLargestAvailableDisplayMode = .expanded | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment