【Swift】App Store ランキング表示アプリのサンプルコード
1325 ワード
概要
App Store ランキングのTop30を表示するアプリのサンプルコードです。
PureLayoutを利用し、今回もStoryboardは未使用です。
ATS許可設定
API自体はhttps対応ですが、画像URLがhttpのため
App Transport Security(ATS) を許可しないと画像が取得できません。
Info.plist → 右クリック → Opne As → Source Code で以下設定追加が必要です。
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
github
結果
Author And Source
この問題について(【Swift】App Store ランキング表示アプリのサンプルコード), 我々は、より多くの情報をここで見つけました https://qiita.com/menomoto/items/e2ef6941e13b71e1d4d3著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .