- 博客(4)
- 资源 (1)
- 收藏
- 关注
原创 oc 判断一个对象是不是属于某个类或是某个类的子类isKindOfClass
1.文档SummaryReturns a Boolean value that indicates whether the receiver is an instance of given class or an instance of any class that inherits from that class.@protocol NSObject- (BOOL)isKindOfC...
2019-04-13 17:31:36
2263
原创 oc NSLog打印的时候显示在哪个文件的第几行
1.写个宏就可以,下面包含了,只有debug模式下才会打印,release状态下不好打印#define DEBUG_MODE#ifdef DEBUG_MODE#define NSLog( s, ... ) NSLog( @"<%@:(第%d行)> %@", [[NSString stringWithUTF8String:__FILE__] lastPathComponent],...
2019-04-13 16:18:53
179
原创 ios view绕指定点旋转和绕中心不停旋转
ios view绕指定点旋转和绕中心不停旋转1.绕指定点旋转1.1 设置旋转中心点:在不改变view在父视图中的位置的情况下,改变anchorPoint.[self setAnchorPoint:CGPointMake(0.6, 0.1) forView:self.switchImageView];- (void)setAnchorPoint:(CGPoint)anchorPoint fo...
2019-04-04 17:29:13
2594
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人 TA的粉丝