Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

We have developed a custom control in monotouch (inherited from UITextField, but that shouldn't matter) in order to provide pure numeric data entry.

What we would like to do now is add some properties (such as the number of decimal positions, min value, max value) that can be set at design time in xcode.

Is this possible?

share|improve this question

1 Answer

up vote 3 down vote accepted

Xcode does not support editing custom properties of classes in the designer.

share|improve this answer
Ok, thanks for the info. I have been extremely disappointed in the apple development ecosystem, but at least monotouch provides some light in the darkness. – competent_tech Jan 11 '12 at 17:39

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.