1
This commit is contained in:
@@ -191,8 +191,8 @@
|
||||
NSString *title = c.characterName ?: @"High EQ";
|
||||
NSString *people = c.download ?: @"Download: 1 Million";
|
||||
NSString *desc = @"Be Neither Too Close\nNor Too Distant"; // 示例文案
|
||||
[content configWithAvatar:nil title:title download:people desc:desc];
|
||||
|
||||
// [content configWithAvatar:nil title:title download:people desc:desc];
|
||||
content.character = c;
|
||||
// 创建并弹出
|
||||
LSTPopView *pop = [LSTPopView initWithCustomView:content
|
||||
parentView:nil
|
||||
|
||||
Reference in New Issue
Block a user