SwiftUI und XCode
Zuletzt aktualisiert am 29. Mai 2024
2 Minuten
Dependency Management mit CocoaPods
- Installation über Homebrew:
brew install cocoapods
- Im Verzeichnis des Projektes eine Datei mit dem Namen
Podfile
erzeugen - In diese Datei die Ressource angeben, in meinem Fall möchte ich CouchbaseLite-Swift verwenden:
Im Terminal:
Danach das Projekt in Xcode bauen.
Weiterführende Links
- https://developer.apple.com
- https://www.hackingwithswift.com/quick-start/swiftui/swiftui-tutorial-building-a-complete-project
Couchbase
- https://github.com/couchbase/couchbase-lite-ios/wiki/FAQ
- https://github.com/couchbaselabs/couchbase-mobile-tools
- https://github.com/couchbaselabs/couchbase-mobile-tools/blob/master/Documentation.md
Swift 5 Code 11
https://developer.apple.com/tutorials/swiftui/composing-complex-interfaces
(636) IBOutlet Properties and IBAction Methods (2020) - Lesson 8 - YouTube
(636) Coding Logic with IF Statements (2020) - Lesson 10 - YouTube
——