swift開發筆記25 定時的本地通知

2021-07-10 19:49:08 字數 667 閱讀 3397

//1.建立uiusernotificationsettings,並設定訊息的顯示類型別

let pushtypes : uiusernotificationtype = [uiusernotificationtype.badge,uiusernotificationtype.alert,uiusernotificationtype.sound]

let usersetting = uiusernotificationsettings(fortypes: pushtypes , categories:nil)

//2.註冊推送

//遠端通知

//3.新增本地推送和設定固定時間推送了

self.sendnotification()

}

//新增本地推送和設定固定時間推送了

func sendnotification( )

//24小時制

func getfiredate( hourofday:float)->nsdate else

return nsdate(timeintervalsincenow: nstimeinterval(newpushtime))

}

print("didreceivelocalnotification 接收到本地通知")

}

Swift開發筆記4 協議Protocal

swift中的協議就是我們通常所說的介面,它連線了軟體和軟體模組,非常重要。首先定義乙個協議 protocol cgprotocol協議也有基協議 protocol cgprotocol nsobjectprotocol協議是可以多繼承的。現在寫乙個協議方法,協議方法必須實現。比如我們寫乙個比較的方...

swift開發筆記4 設定tabbar選中顏色

參考 swift語法的寫法 ios7.0在故事板 tab bar 屬性設定中設定 image tint顏色值可以實現,ios7.1中該方法不起作用,可以在 中加入下句實現 self tabbarcontroller?tabbar.selectedimagetintcolor uicolor blac...

Energy的開發筆記

演化為 foreach jobjiect jo in ja string jsontext jsonreader reader new jsontextreader new stringreader jsontext while reader.read 陣列型資料 三 對不同儀表裝置的呼叫方法與結果...