0

我是一个新用户,正在努力理解故事板的构造。为了提供帮助,我完成了教程 5(“使用表格和单元格”),但无法使 segue 工作(单击主单元格上的单元格时没有任何反应)。显然我做错了什么,所以我搜索了一些完整的源代码以查看缺少的内容(本教程只有片段)。但是,基于没有 Storyboard 的早期版本的 Xcode,示例页面上相同“应用程序”的代码似乎完全不同。多么令人沮丧!为了让我走上正确的道路,有没有人得到本教程的完整(工作!)代码?谢谢

4

2 回答 2

1

Tasky 的完整代码可以在 xamarins github 存储库中找到:https ://github.com/xamarin/mobile-samples

这也可以通过 iOS 文档页面顶部的“示例”链接找到:http: //samples.xamarin.com/Details/iOS/bd7480f9-cef7-4bba-94cb-1579ae2865b8

于 2012-06-26T22:04:18.030 回答
0

我猜你正在看这个教程http://docs.xamarin.com/ios/tutorials/Working_with_Tables_and_Cells/Part_5_-_Using_XCode%2c_Interface_Builder%2c_and_Storyboards

完整的示例可从第一页http://docs.xamarin.com/ios/tutorials/Working_with_Tables_and_Cells
下载, 包括位于 http://docs.xamarin.com/@api/deki/files/1354 的 Storyboard 示例代码/=StoryboardTables.zip

食谱部分还有另一个Storyboard 示例,您可能会觉得有帮助: http ://docs.xamarin.com/ios/recipes/General/Storyboard/Storyboard_a_TableView (也有完整的可下载源http://docs.xamarin.com /@api/deki/files/1124/=Storyboard_a_Table.zip )

于 2012-06-27T10:20:28.223 回答