240 发简信
IP属地:北京
  • ios 循环引用

    A对象引用了B,B对象引用了A。那么一开始持有A 对象的C对象释放A 的时候,由于A 被B 持有,A释放不掉,A不能释放,那么B也不能释放。

  • convertToPointOfInterestFromViewCoordinates

    //- (CGPoint)convertToPointOfInterestFromViewCoordinates:(CGPoint)viewCo...

  • iOS 镜头变焦

    数码相机中,zoom就是缩放意思;也就是镜头变焦的意思,推近或者拉远焦距/** 调节ZOOM */ (IBAction)zoomChangeVa...

  • 模态对话框的含义

    https://segmentfault.com/q/1010000004315227 Modal这个词来自于Mode,是后者的形容词形式,意思...

  • 获取本地歌曲列表信息

    // MPMediaQuery *allMp3 = [[MPMediaQuery alloc] init];// MPMediaPr...

  • 背景色图片

    // UIGraphicsBeginImageContext(_bottomView.frame.size);// [[UIImag...

  • scrubber

    - (void) updateMarker1ToPoint:(CGPoint) touchPoint { CGFloatpreMarker1Lo...

  • //-(void)selectLocalMusic{ //CGFloat version = [UIDevice currentDevice]....

  • startWriteWithCompletionHandler

    -(void)startWriteWithCompletionHandler:(void(^)(NSString* path))complete...