2021年3月13日 星期六

[Swift]取得檔案夾下的所有檔案名稱

透過以下方式可以取得FileManager搜尋程式中的檔案


let manager = FileManager.default

let urlForDocument = manager.urls(for: .documentDirectory, in:.userDomainMask)

let finalurl = urlForDocument.first! as URL

let contentsOfPath = try? manager.contentsOfDirectory(atPath: finalurl.path)

print("contentsOfPath: \(contentsOfPath)")




此段程式搜尋.documentDirectory,也可以搜尋程式下的.libraryDirectory

[SwiftUI] 暗黑模式設定

透過以下方法可以設定程式的暗黑模式




var body: some Scene {

        WindowGroup {

            ContentView().preferredColorScheme(.light)

        }    

    }




如果設定.light的話底色是白色的背景可能還需要設定Status Bar Style 
否則狀態欄中的一些基本資訊可能會看不到


2021年2月23日 星期二

Privacy Policy-端火鍋

 Privacy Policy

LIAO YIZE built the 端火鍋 app as a Free app. This SERVICE is provided by LIAO YIZE .In this App you can choose to agree or disagree with us to track your usage that for  run ads.

If any question please contacts ichi1717zawa@gmail.com.

2021年2月21日 星期日

旋轉瑪麗

 這是一款可以讓使用者自訂遊戲設定的抽獎App

可自訂內容包含了機率 字樣 字體大小等....

每次轉動的紀錄也會記錄於後台供檢視。


目前支援的平台有iPad、iPhone


主要遊戲頁面

登入畫面

後台設定畫面

可自訂主要遊戲畫面中的圖片

iPhone版本

iPhone版本

iPhone版本

iPhone版本

2021年2月20日 星期六

Privacy Policy-旋轉瑪麗

Privacy Policy

LIAO YIZE built the 旋轉瑪麗 app as a Free app. This SERVICE is provided by LIAO YIZE , it will not collect any of your personal data and system information.

If any question please contacts ichi1717zawa@gmail.com.

Privacy Policy-雙五角測驗

   『 Privacy Policy 』 ichizawa built the 雙五角測驗 app as a Free app. This SERVICE is provided by ichizawa  it will not collect any of your pers...