How i set the background color in UIView using CGContext?
- by Rajendra Bhole
Hi,
I have developed the application in which i want to set the background color of UIView which is already set on UIViewController.The code is below,
@implementation frmGraphView
/*
// The designated initializer. Override if you create the controller programmatically and want to perform customization that is not appropriate for viewDidLoad.
-…