00.swift:04.watchos
差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
| 00.swift:04.watchos [2021/10/04] – [iOS15] adash333 | 00.swift:04.watchos [2021/10/07] (現在) – [ナビゲーション] adash333 | ||
|---|---|---|---|
| 行 22: | 行 22: | ||
| ===== iOS15 and watchOS8 ===== | ===== iOS15 and watchOS8 ===== | ||
| + | 2021年9月 | ||
| https:// | https:// | ||
| 行 29: | 行 30: | ||
| WatchKit | WatchKit | ||
| + | https:// | ||
| + | Building a watchOS App | ||
| + | Set up your app’s life cycle and create its user interface using SwiftUI. | ||
| https:// | https:// | ||
| 行 65: | 行 68: | ||
| xcode11のインデントをスペース2つに設定する | xcode11のインデントをスペース2つに設定する | ||
| 2021年3月10日 | 2021年3月10日 | ||
| + | |||
| + | ===== Hello World ===== | ||
| + | https:// | ||
| + | WindowsユーザーがMacBookAirを購入してみた(2)XcodeインストールとiOSとwatchOSのアップデートに合計10時間かけてAppleWatch実機で”HelloWorld” | ||
| + | 2021年9月28日 | ||
| + | |||
| + | https:// | ||
| + | AppleWatchアプリを作ってみる(1)ボタンをタップするとテキストが変化 | ||
| + | 2021年10月6日 | ||
| + | ===== ナビゲーション ===== | ||
| + | |||
| + | PageTabViewStyle | ||
| + | https:// | ||
| + | |||
| + | |||
| + | https:// | ||
| + | How to develop page based navigation UI on Apple Watch | ||
| + | For watchOS 7 and watchOS 6 | ||
| + | |||
| + | https:// | ||
| + | |||
| + | 2020.09.15 | ||
| + | 【SwiftUI】PageTabViewStyle(UIPageViewController)の使い方【Xcode12& | ||
| + | |||
| + | < | ||
| + | //original code from https:// | ||
| + | import SwiftUI | ||
| + | |||
| + | struct ContentView: | ||
| + | var body: some Scene { | ||
| + | WindowGroup { | ||
| + | // These Views will end up in pages. | ||
| + | TabView { | ||
| + | Text(" | ||
| + | Text(" | ||
| + | Text(" | ||
| + | } | ||
| + | .tabViewStyle(PageTabViewStyle()) | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | https:// | ||
| + | How to push a new view onto a NavigationView | ||
| + | September 3rd 2021 | ||
| + | |||
| + | < | ||
| + | // original code from https:// | ||
| + | struct SecondView: View { | ||
| + | var body: some View { | ||
| + | Text(" | ||
| + | } | ||
| + | } | ||
| + | |||
| + | struct ContentView: | ||
| + | var body: some View { | ||
| + | NavigationView { | ||
| + | VStack { | ||
| + | NavigationLink(destination: | ||
| + | Text(" | ||
| + | } | ||
| + | .navigationTitle(" | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ===== map ===== | ||
| + | |||
| + | https:// | ||
| + | 簡単な Apple Watch アプリを初めて作ってみる | ||
| + | Apple Watch アプリプログラミング | ||
| + | Apple Watch Swift 1.1 Xcode 6.2 | ||
| + | |||
| + | |||
| + | https:// | ||
| + | Using MapKit with SwiftUI | ||
| + | 29 Jul 2020 | ||
| + | |||
| + | https:// | ||
| + | 2020.12.01 | ||
| + | SwiftUI で Map を表示する手順 | ||
| + | |||
| + | ===== Your maximum App ID limit has been reached. You may create up to 10 App IDs every 7 days. ===== | ||
| + | Communication with Apple failed. Your maximum App ID limit has been reached. You may create up to 10 App IDs every 7 days. | ||
| + | |||
| + | https:// | ||
| + | Xcode「Your maximum App ID limit 〜」とは? | ||
| + | |||
| + | |||
| + | AppID | ||
| + | Bundle ID | ||
| + | |||
| + | https:// | ||
| + | @miyamotok0105 | ||
| + | 2017年08月27日に更新 | ||
| + | バンドルID(Bundle identifier)とは | ||
| + | |||
| + | |||
| + | |||
| + | https:// | ||
| + | AppleIDは複数作成できる?複数アカウントのメリット&作成方法 | ||
| + | → AppleIDは複数作成できるが、異なるメールアドレスが必要。 | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| ===== WatchOS ===== | ===== WatchOS ===== | ||
00.swift/04.watchos.1633360928.txt.gz · 最終更新: 2021/10/04 by adash333
