Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)