我知道如何使用iphone,但我不知道如何使用android?感谢有人能与我分享如何将其应用于android。提前谢谢。你可以在下面看到我上传的图片:
我在iOS中添加了一个类文件,代码如下:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Xamarin.Forms.Platform.iOS;
using Xamarin.Forms;
using Foundation;
using UIKit;
using CustomRenderer.iOS;
我在看2011年WWDC的故事板教程。在本教程中,我注意到以下代码:
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSindexPath *__strong)indexPath
{
// The identifier is defined in the storyboard
MyCustomCell *cell = [tableView dequeueReusableCellWithIdentifier:@"MyCustomCell"];
r