宽容他人,放过自己。

粘贴板的使用

Posted on By anchoriteFili

UIPasteboard *board = [UIPasteboard generalPasteboard];
[board setString:self.mobile];
[board.string isEqualToString:self.mobile] //判断是否相等