Call IBAction in other method
- by user1628083
I have an IBAction of SignIn and Method getData. When load it call SignIn into method Getdata in case I want auto sign in without click button Sign In.
-(void)getData
{
if ([_remCheckbox state] == NSOnState)
{
NSUserDefaults *store =…