에 UIStepper를 추가하는 방법 내 alerView에 UIStepper을 추가 할 수 있지만, 스테퍼 여기에 표시되지 않는 것은는 AlertView
var alert = UIAlertView(title: "Hello works", message: "\n\n", delegate: nil, cancelButtonTitle: "OK", otherButtonTitles: "")
var stepper = UIStepper()
stepper.frame = CGRect(x: CGFloat(12.0), y: CGFloat(5.0), width: CGFloat(100), height: CGFloat(10))
alert.addSubview(stepper)
alert.show()
작동 예입니다,하지만 그것은 객관적인 C에 :(http://stackoverflow.com/questions/14869020/uistepper-in-uialertview –
작동하지 않음 –
신속한 코드에 변경 사항을 게시 할 수 있습니까? 오류가 무엇입니까? –