摘要: var center=textView.Bounds.Size.Height - textView.ContentSize.Height; center = center < 0 ? 0 : center; textView.ContentOffset = new CoreGraphics.CGPo 阅读全文
posted @ 2016-03-08 21:40 沁河 阅读(958) 评论(0) 推荐(0) 编辑
摘要: this.AutomaticallyAdjustsScrollViewInsets = false; 解析:AutomaticallyAdjustsScrollViewInsets为系统自动为适应navbar,设定了TabelView的header高度。 阅读全文
posted @ 2016-03-08 21:39 沁河 阅读(185) 评论(0) 推荐(0) 编辑
摘要: using System; using UIKit; using System.Drawing; using CoreAnimation; namespace PMM { public class ProgressCircleView : UIView { protected CAShapeLaye 阅读全文
posted @ 2016-03-08 21:33 沁河 阅读(539) 评论(0) 推荐(0) 编辑