easy ti get your current view controller in display
使你的view controller 繼承自 baseviewcontroller
//make your viewcontroller inheritance baseviewcontroller
@inte***ce
viewcontroller : baseviewcontroller
@end
然後你可以拿到current在任何地方
//比如當你收到乙個遠端推送
__weak
uiviewcontroller *currentvc=currentvc;
nslog(@"%@",currentvc);
}
//比如當你在乙個view中想要做跳轉,不再需要**給view controller
-(void)touchesbegan:(nsset
*)touches withevent:(uievent *)event
C 獲得當前時間
獲取日期 時間 datetime.now.tostring 2008 9 4 20 02 10 datetime.now.tolocaltime tostring 2008 9 4 20 12 12 獲取日期 datetime.now.tolongdatestring tostring 2008年9...
獲得當前系統時間
1.首先包括標頭檔案 2.然後 time t rtime 用time t表示的時間 日曆時間 是從乙個時間點 例如 1970年1月1日0時0分0秒 到此時的秒數。在time.h中,我們也可以看到time t是乙個長整型數。3.struct tm timeinfo time rtime timeinf...
定位獲得當前位址
定位大概步奏 1.通過gps獲ip位址獲得當前移動裝置的經緯度。主要 public void registerlocationlistener private class mylocationlistener implements locationlistener else else 移除基於loc...