Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 91519

Is it possible to display UILable in Xaml page in Xamarin.Forms?

$
0
0

Is it possible to display UILabel in Xaml page in Xamarin.Forms?
I take UILabel in ios project,but i want to display this label in xaml page..plzz share your answer..

example:
UILabel label=new UILabel();
public override void ViewDidLoad()
{

    base.ViewDidLoad();

        View.AddSubview(label);
}

Viewing all articles
Browse latest Browse all 91519

Trending Articles