添加复制
This commit is contained in:
@@ -172,6 +172,11 @@
|
||||
};
|
||||
|
||||
[pop pop];
|
||||
}else if (indexPath.row == 2){
|
||||
NSString *userID = self.items[2][@"value"];
|
||||
if (userID.length == 0) return;
|
||||
UIPasteboard.generalPasteboard.string = userID;
|
||||
[KBHUD showInfo:@"复制成功"];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user