An open API service indexing awesome lists of open source software.

https://github.com/queeniecplusplus/ios_back_10

Every ViewController except of Table and Navigation
https://github.com/queeniecplusplus/ios_back_10

ios11 ios14 swift4 swift5 viewcontroller xcode11 xcode12

Last synced: 28 days ago
JSON representation

Every ViewController except of Table and Navigation

Awesome Lists containing this project

README

          

# iOS_Back_10
Every ViewController except of Table and Navigation

* Share, 分享功能

https://github.com/QueenieCplusplus/iOS_Back_10_Share

* Internet, 開網頁

https://github.com/QueenieCplusplus/iOS_Back_10_Safari (WebView)

* Calenadr, 月曆彈出框

https://github.com/QueenieCplusplus/iOS_Back_10_Calendar

* Alert, 警示提醒

https://github.com/QueenieCplusplus/iOS_Back_9/blob/main/ViewController.swift

* Log in, 登入訊息框

// 同 Alert, 並且多加入文字輸入框。

let alert = UIAlertController(title:"", message:"", preferredStyle: .alert)
alert.addTextField(()->void)
present(alert, animated: true, completion: nil)

* Picture in Picture, 子母畫面

愛鳳只有 Plus 型號或是平板設備可以展示 PIP 畫面,而安卓是不分機型都可顯示。

https://github.com/QueenieCplusplus/iOS_Back_10_Video (VideoView)