I am trying to add a UIButton at runtime however it is not visible. What am I doing wrong?
UIButton
- (id)initWithFrame:(CGRect)frame { if (self = [s
You don't need to retain the UIButton because it is retained by [self.view addSubview:btn];