08 2015 档案

摘要:C#include #include int givar = 0;static int sgivar = 0;const int gcivar = 0;int main(int argc, char const *argv[]){ int ivar = 0; const int gciv... 阅读全文

posted @ 2015-08-27 14:57 dotdog 阅读(510) 评论(0) 推荐(0)

摘要:DescriptionA UIScreen object defines the properties associated with a hardware-based display. iOS devices have a main screen and zero or more attached... 阅读全文

posted @ 2015-08-19 12:46 dotdog 阅读(564) 评论(0) 推荐(0)

摘要:代码方式: 创建视图层次结构: UIViewController loadView(UIViewController view属性为nil时会自动调用loadView 视图控制器将视图显示在屏幕上)将视图层次结构加入应用窗口: UIWindow setRootViewController:(UIWi... 阅读全文

posted @ 2015-08-07 10:46 dotdog 阅读(165) 评论(0) 推荐(0)

导航