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
if it still doesn't work, try removing the : at the end of the selector name: @selector(buttonClick)