MaKuru

Results 10 issues of MaKuru

Decompress the contents of the package contains Chinese GBK encoding, how do I get the correct SSZIP to get inside the data, thank you very much

eg: let label = UILabel() let labelStr = """ 今天是个好日子 practice; custom; tradition; convention """ label.attributedText = NSMutableAttributedString.init(string: labelStr) label.yb_addAttributeTapAction(with:["practice","custom","tradition","convention"], delegate: self) r: 在代理方法中,打印,当我点击"tradition"的时候,打印输出显示string是convention的问题,请问我应该如何解决这个问题

您好,隐藏导航条使用自定义的view代理,下边使用tableview,为什么加在tableheaderview上的头像做您的动画的时候,回弹效果会在顶部自定义的导航条View下边?能否给个思路,让动画回弹的时候也是在最上层。我自己没有找到方法。麻烦你了

能否解决一下关于滑动过程中手指不松开然后直接点击home键进入后台然后再点击demo进入前台出现的停留问题

设备: 在iOS14.4.2下和iOS12.1.4下百分百复现,而在15.1上没有复现 复现步骤 1.创建player - (void)avPlayerDemo1 { NSString *url = DEMO_URL_HLS; NSURL *URL = [NSURL URLWithString:url]; NSURL *playbackUrl =[SJMediaCacheServer.shared playbackURLWithURL:URL]; self.avPlayer = [AVPlayer playerWithURL:playbackUrl]; self.avPlayerLayer = [AVPlayerLayer playerLayerWithPlayer:self.avPlayer]; self.avPlayerLayer.frame =...

SDPhotoBrowserd在加载gif的时候会默认加载图片第一帧。满足不了项目需求。我这边做了一下小改进。大神有时间看下在SDImageView中- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder这里判断是否时gif NSString * urlStr = [NSString stringWithFormat:@"%@",url]; 在下载成功方法里判断gif if ([urlStr hasSuffix:@".gif"]) { dispatch_queue_t queue = dispatch_queue_create("testQueue", DISPATCH_QUEUE_CONCURRENT); dispatch_async(queue, ^{ NSData * imageData = [NSData dataWithContentsOfURL:url]; dispatch_async(dispatch_get_main_queue(),...

Why by clicking on the button to display the proportion of the pie chart, when the index value of 0 is not shown?

example : in this demo How Can I Use As the left is a picture and As the right is a title? 在这个demo里边我如何使用UImenuitem左边为图片,右边为文字的,并且可以扩展?请问有实现方法吗

Hello. Have you tried using the custom UIMenuController on WKWebView? Why my side in the WK on the system can not afford to copy, paste and other options?

nice