Xamarin
Menu
About
What is Xamarin?
What is Xamarin.Forms?
Mobile App Development
Cross-Platform Development
Tooling
Ecosystem
Docs
Xamarin.Forms
Android
iOS
Mac
Xamarin.Essentials
.NET
API
Xamarin.Forms
Android
iOS
Mac
Xamarin.Essentials
Blog
Showcase
Community
Get Started
Blog
Docs
APIs
Samples
Tutorials
Forums
Forum
›
PrashantRami
›
Like
PrashantRami
PrashantRami
Badges
About
Username
PrashantRami
Location
US
Joined
March 2016
Visits
328
Last Active
December 2017
Roles
University
Points
55
Badges
5
PrashantRami
✭✭
About
Username
PrashantRami
Location
US
Joined
March 2016
Visits
328
Last Active
December 2017
Roles
University
Points
55
Badges
5
Reactions
0
Promote
4
Like
0
Spam
0
Abuse
Activity
Threads
16
Posts
26
how can i change background color of a table cell from .XIB?
PrashantRami
February 2017
i am using a tablecell.xib file for custom cell. i can not change its background color. i set property of background color but no change.
(View Post)
1
Re: @(Content) build action is not supported
PrashantRami
June 2017
My bulid action is set to none but still i am getting such warnings
(View Post)
1
Re: Change UITextField on each char.
PrashantRami
March 2017
there is no event called UITextField.Changed. i tried Pin0.ValueChanged += Pin0_ValueChanged;private void Pin0_ValueChanged(object sender, EventArgs e) { if(Pin0.Text.Length>=1) { Pin1.BecomeFirst…
(View Post)
1
Re: Fragment Like concept in Xamarin.iOS
PrashantRami
February 2017
you can use container view
(View Post)
1