nalexn /
clean-architecture-swiftui
SwiftUI sample app using Clean Architecture. Examples of working with SwiftData persistence, networking, dependency injection, unit testing, and more.
91/100 healthLoading repository data…
eito / repository
A sample app to demonstrate configuration of a Swift app using the ArcGIS Runtime SDK for iOS
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This sample app demonstrates the configuration of a Swift app using the ArcGIS Runtime SDK for iOS. You can either take this and run with it, or follow the steps below to create your own from scratch.
ArcGIS Runtime SDK for iOS v10.2.3
Other Linker Flags as well as Framework Search Paths to our project configuration. Add all of the following in bold below.import ArcGIS at the top of the file after the import UIKit line. This exposes the ArcGIS objects to your ViewController.viewDidLoad method and add the following codevar mapView = AGSMapView(frame: view.bounds)
mapView.autoresizingMask = .FlexibleWidth | .FlexibleHeight
mapView.addMapLayer(AGSOpenStreetMapLayer())
view.addSubview(mapView)
Your ViewController.swift file should now look like the following:
At this point you can Build and Run your application and you should see something like the following depending on which device you have selected
Go build a cool mapping app!
Selected from shared topics, language and repository description—not editorial ratings.
nalexn /
SwiftUI sample app using Clean Architecture. Examples of working with SwiftData persistence, networking, dependency injection, unit testing, and more.
91/100 healthClean-Swift /
A sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to iOS and Mac projects. CleanStore demonstrates Clean Swift by implementing the create order use case described by in Uncle Bob's talks.
84/100 healthigorkulman /
Sample iOS app demonstrating Coordinators, Dependency Injection, MVVM, Binding
87/100 health738 /
⌚A curated list of awesome watchOS frameworks, libraries, sample apps, including Objective-C and Swift Projects
75/100 healthKashif-E /
Kotlin multi platform project template and sample app with everything shared except the UI. Built with clean architecture + MVI
84/100 healthwangyanchang21 /
⌚️A nice tutorial app for WatchOS, in swift 5.0.
74/100 health