Чтобы создать UIGlassButton, сделайте следующее:
UIButton *button = [[NSClassFromString(@"UIGlassButton") alloc] initWithFrame:CGRectMake(...)];
// configure button like any other UIButton
[self.view addSubview:button];
Использование UIGlassButton
может вызвать проблемы при просмотре в App Store.