-
Notifications
You must be signed in to change notification settings - Fork 207
Untitled #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Untitled #45
Conversation
…ve multiple lists in your class
…+ Have a ResignFirstResponder
…thing :) Without this fix, you can only have one radioelement per class when using reflection
|
Could you produce a diff between my branch and yours? It seems like this would at least let me see some of the changes. Currently the changes as made available on this pull request are hard to see since they consist mostly of newline changes |
|
Yes, sorry for that. My last checkin fixes the newlines. The entire/fixed diff can be viewed here: |
|
I got a few of the other patches, but I do not understand the radio changes. Can you explain what the problem is, and what this patch changes to fix it? |
|
The RadioSelectionAttribute has a target property, but that property is never used in the current code base. The current code base, just skips any Int-typed property. (So it is impossible to add a normal int field like Age) The change in my code is that whenever an IEnumerable is encountered, it looks for an int-member that has a RadioSelectionAttribute where Target is equal to the IEnumerable's name. Also, int typed members that don't have the RadioSelectionAttribute, ar added as entry elements to allow someone to input a number. |
…ialog Conflicts: MonoTouch.Dialog/Elements.cs
Conflicts: MonoTouch.Dialog/MonoTouch.Dialog.csproj
Though, still contains the fixes for RadioSelectionAttribute
…the largest one + allow UITableViewCellStyle to be set on StringElements
… as a 'pull to load more'
…ialog Conflicts: MonoTouch.Dialog/Elements.cs
No description provided.