Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curvsurf/findsurface-ios
This library is the implementation of the FindSurface library for iOS (Objective-C/Swift).
https://github.com/curvsurf/findsurface-ios
ios objective-c swift
Last synced: 12 days ago
JSON representation
This library is the implementation of the FindSurface library for iOS (Objective-C/Swift).
- Host: GitHub
- URL: https://github.com/curvsurf/findsurface-ios
- Owner: CurvSurf
- Created: 2021-09-03T07:42:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T06:52:26.000Z (3 months ago)
- Last Synced: 2024-10-29T07:29:44.228Z (3 months ago)
- Topics: ios, objective-c, swift
- Homepage:
- Size: 447 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# FindSurfaceFramework for iOS
**Curv*Surf* FindSurface™**
## Overview
This library is the implementation of the **FindSurface** library for **iOS (Objective-C/Swift).**
## Samples
These are the samples to help you get started to make your application with the framework (more samples are to be added in the future):
- [BasicDemo (Swift)](https://github.com/CurvSurf/FindSurface-BasicDemo-iOS)
- [GUIDemo (Swift)](https://github.com/CurvSurf/FindSurface-GUIDemo-iOS)
- [ARDemo (Swift, SceneKit)](https://github.com/CurvSurf/FindSurface-SceneKit-ARDemo-iOS)
## F.A.Qs
### Q. How do I import this framework to my project?
refer to [this document](How-to-import-FindSurface-Framework-to-your-project.md).
### Q. Does this framework work on Mac OS?
No. It doesn't. The framework is currently compatible only for iOS 14.5+.
### Q. My app failed to build for SwiftUI preview (iOS simulator) while it succeeded to build and run on my iOS device. What's the problem?
Since the framework module has been built only for `arm64`, your app could not find the module for `x86_64-apple-ios-simulator`, which is used by the SwiftUI preview (iOS simulator).
## ---
(c) Copyright 2021 CurvSurf, Inc. All rights reserved.
This library's ownership is solely on CurvSurf, Inc. and anyone can use it for non-commercial purposes. Contact to [email protected] for commercial use of the library.