Ios label enables with some time delay -


i keeping 2 labels hidden while loading. when pressed button enabled taking 5 secs time delay in ios. suggestions , sample coding regarding this.

hide labels this

label.hidden = true; 

and in btn action write code.

- (ibaction)btnpressed {  [self performselector:@selector(showlabel) afterdelay:5]; }  - (void)showlabel { label.hidden = false; } 

Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -