Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norio-nomura/verifysizeoftodayextension
verify size of Today extension
https://github.com/norio-nomura/verifysizeoftodayextension
Last synced: about 1 month ago
JSON representation
verify size of Today extension
- Host: GitHub
- URL: https://github.com/norio-nomura/verifysizeoftodayextension
- Owner: norio-nomura
- Created: 2014-09-18T06:36:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-18T07:01:49.000Z (about 10 years ago)
- Last Synced: 2024-05-09T16:23:28.056Z (6 months ago)
- Language: Swift
- Size: 508 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
下記コードでToday Extensionの大きさはどうなるのか?
```Swift
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view from its nib.preferredContentSize = CGSize(width: 1024, height: 1024)
}func widgetMarginInsetsForProposedMarginInsets(defaultMarginInsets: UIEdgeInsets) -> UIEdgeInsets {
return UIEdgeInsetsZero
}
```
こうなった。![](Portrait.PNG)
![](Landscape.PNG)