mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2024-12-22 22:35:28 +07:00
update location manager
This commit is contained in:
parent
c0ec74cfd4
commit
aaaa1b83a9
@ -26,6 +26,7 @@
|
||||
- [Image Picker](#Image-Picker)
|
||||
- [File Manager](#File-Manager)
|
||||
- [Video Downloader](#Video-Downloader)
|
||||
- [Location Manager](#Location-Manager)
|
||||
- [API](#API)
|
||||
- [JSON](#JSON)
|
||||
- [Third Party Library](#Third-Party-Library)
|
||||
@ -303,6 +304,10 @@ self.videoManager.downloadVideoLinkAndCreateAsset(text)
|
||||
```
|
||||
Good To GO 👏👏👏
|
||||
|
||||
## Location Manager
|
||||
|
||||
- [Location Manager](https://github.com/jphong1111/Useful_Swift/blob/main/Helper/LocationManager.swift)
|
||||
|
||||
## API
|
||||
|
||||
API(Application Programming Interface) is an interface that defines interactions between multiple software applications or mixed hardware-software intermediaries. It defines the kinds of calls or requests that can be made, how to make them, the data formats that should be used, the conventions to follow, etc.
|
||||
|
Loading…
Reference in New Issue
Block a user