Chipeng Liu

Results 8 issues of Chipeng Liu

在看session和cookies那章,感觉跨度有点大,对没有想过开发经验的人看起来比较吃力,尽管源码很多,但是如果有针对源码做出相关注释会更好一点。

how can I get the cookies with bagel app?

enhancement

在RamotionWaveLayer的startDownAnimation断点后,动画不能执行完整。

### 问题1、拼接调用栈路径path顺序不正确 ``` - (void)viewDidLoad { [super viewDidLoad]; UIWebView *webview = [[UIWebView alloc] init]; [self.view addSubview:webview]; NSURL *url = [NSURL URLWithString:@"https://www.baidu.com"]; NSURLRequest *req = [[NSURLRequest alloc] initWithURL:url]; [webview loadRequest:req]; webview.frame...

iOS10,将录制区域size改为全屏幕大小,录制的视频边上有绿边。 从手机沙盒导出视频,播放视频可以看到绿色的边 ![image](https://user-images.githubusercontent.com/16236724/28408018-c0c67ee0-6d68-11e7-832e-34afc3eb7045.png)

![image](https://user-images.githubusercontent.com/16236724/42921309-fe40a580-8b4d-11e8-8e89-4f85274f2cc0.png)

**情况**1:Run loop without autoReleasePool中把下面代码屏蔽,运行demo,没有内存突增 ``` //[NSString stringWithFormat:@"%@%@", num, str]; ``` ![image](https://user-images.githubusercontent.com/16236724/41329473-87afa614-6f00-11e8-8696-4ce4581fd8b2.png) 反编译伪代码代码 ``` void __cdecl _26__ViewController_runTest___block_invoke_14(__block_literal_2 *.block_descriptor) { void *v1; // rax void *v2; // rax Foundation::NSArray::NSMutableArray *v3; // ST18_8...