随笔分类 -  Xamarin.ios

摘要:using System; using System.Collections.Generic; using Foundation; using UIKit; namespace ddd { public partial class ViewController : UIViewController { private List collectionData; ... 阅读全文
posted @ 2017-01-05 21:38 iZKang 阅读(441) 评论(0) 推荐(0)
摘要://旋转手机重新定位视图 /// /// 重新定位视图 /// /// To interface orientation. /// Duration. public override void WillRotate(UIInterfaceOrientation toInterfaceOrientation, d... 阅读全文
posted @ 2017-01-04 09:51 iZKang 阅读(298) 评论(0) 推荐(0)