最新回答 / 易肥咯
在prepareForSegue方法中添加一行代码即可,代码如下:if searchController.active && searchController.searchBar.text != "" { vc.todo = filteredTodos[index.row] } else { vc.todo = todos[index.row] ...
2015-10-25
最新回答 / lynhao
https://github.com/JakeLin/ChineseZodiac/tree/master/ChineseZodiac/Images.xcassets 这里可以下载
2015-09-30