liangju

Results 5 comments of liangju

I do like this,it works well ``` objc _textView = [[YYTextView alloc] initWithFrame:self.view.frame]; NSMutableAttributedString *mAtt = [[NSMutableAttributedString alloc] initWithString:@""]; [mAtt addAttribute:NSFontAttributeName value:[UIFont systemFontOfSize:18] range:NSMakeRange(0, mAtt.length)]; mAtt.yy_lineSpacing = 6.0f; mAtt.yy_kern =...

``` objc YYLabel 这个属性 /** Whether the receiver's layout orientation is vertical form. Default is NO. It may used to display CJK text. */ @property (nonatomic, getter=isVerticalForm) BOOL verticalForm; ```

i think you can custom JTHorizontalCalendarView and JTDateHelper has supple the method - (NSUInteger)numberOfWeeks:(NSDate *)date { NSDate *firstDay = [self firstDayOfMonth:date]; NSDate *lastDay = [self lastDayOfMonth:date]; NSDateComponents *componentsA = [self.calendar...