Relative Content

Tag Archive for iosxamarin.ios

can not draw text in CGContext in xamarin.ios?

I am trying to draw text and get the (x,y)s of the text.
I will set the background to (R=0,B=0,G=0) and set the text Color to (R=255,G=255,B=255).
and I want to know which pixel is (R=255,G=255,B=255).

ScrollView doesn’t appear on ViewContooller

This is my first foray into using anchors with my constraints on the ViewController and it no doubt has issues. Right now I able to compile and run the project with no errors and the viewcontroller appears with everything except the scrollview which (should) contains the subviews I need.