How to hide graph on button click ?
- by aman-gupta
Hi,
In my application I m using following codes to draw a graph but I want that graph will be displayed on button click :-
import
@interface frmGraphView : UIView {
}
@end
/////////////////////
//
// frmGraphView.m
// UV Alarm
//
// Created by Aman on 4/4/10.
// Copyright 2010 MyCompanyName. All rights reserved.
//
import…