Re: iOS UI Design Question / Opinions wanted

2011-07-14 Thread John Tsombakos
On Thu, Jul 14, 2011 at 9:26 AM, John Tsombakos  wrote:

> On Thu, Jul 14, 2011 at 8:14 AM, Thomas Davie  wrote:
>
>>
>> Along with various other people, I have a custom UISwitch that does
>> exactly what you require, it's available here http://whataboutapp.co.uk/
>>
>> Tom Davie
>
>
> That looks exactly what I would want! Thanks!
>

Hm. Checking it out, looks promising. However, is there a way to put the
control into a view in Interface Builder? Or do you have to do it in code
(alloc/initWithFrame)? There isn't any docs included with the library.

Thanks!
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: iOS UI Design Question / Opinions wanted

2011-07-14 Thread John Tsombakos
On Thu, Jul 14, 2011 at 8:14 AM, Thomas Davie  wrote:

>
> Along with various other people, I have a custom UISwitch that does exactly
> what you require, it's available here http://whataboutapp.co.uk/
>
> Tom Davie


That looks exactly what I would want! Thanks!
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: iOS UI Design Question / Opinions wanted

2011-07-14 Thread Thomas Davie

On 14 Jul 2011, at 06:05, John Tsombakos wrote:

> Hi,
> 
> Just getting more into iOS development, and am deciding on what to do for an
> app. One app is a "competition scoring" application, where the judges would
> use the app to calculate and score a game. The scores would are derived from
> a series of "challenges", each worth a set number of points.
> 
> Each challenge score is determined by a Yes/No completion - Did XYZ happen?
> Did The other thing happen? etc. I was trying to figure out how to design
> the UI and while for a web version that we already have that uses radio
> buttons for each question, I'm not sure what would be best for an iOS app. I
> looked at the UISwitch, but it shows "On/Off" and that's not quite right. A
> segmented control could possibly work, with one for Yes and one for No. I
> thought a checkbox to signify "Yes" - but it doesn't look like iOS has
> checkboxes (how did I never notice that!).
> 
> I want to make it simple, so popping up a separate alert/window would incur
> an extra step.
> 
> So I'm soliciting opinions / suggestions.

Along with various other people, I have a custom UISwitch that does exactly 
what you require, it's available here http://whataboutapp.co.uk/

Tom Davie___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: iOS UI Design Question / Opinions wanted

2011-07-14 Thread John Tsombakos
On Thu, Jul 14, 2011 at 1:25 AM, Roland King  wrote:

> Custom button with your own graphic tick/cross is probably what I'd use for
> this. That's easy to do and fits pretty well with the ios look and feel.
> Either have two buttons  and use them as radio buttons (unselect one when
> you hit the other) or if perhaps try one button which switches states each
> time you hit it. If that had a graphic with a large tick and small cross for
> the "yes" state and the opposite for the "no" state it would be quite
> obvious that you need to hit it to toggle.
>
> Hm.. Yeah, that sounds like a good idea, that seems like it would work.

Thanks!
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: iOS UI Design Question / Opinions wanted

2011-07-13 Thread Roland King
Custom button with your own graphic tick/cross is probably what I'd use for 
this. That's easy to do and fits pretty well with the ios look and feel. Either 
have two buttons  and use them as radio buttons (unselect one when you hit the 
other) or if perhaps try one button which switches states each time you hit it. 
If that had a graphic with a large tick and small cross for the "yes" state and 
the opposite for the "no" state it would be quite obvious that you need to hit 
it to toggle. 

On Jul 14, 2011, at 13:05, John Tsombakos  wrote:

> Hi,
> 
> Just getting more into iOS development, and am deciding on what to do for an
> app. One app is a "competition scoring" application, where the judges would
> use the app to calculate and score a game. The scores would are derived from
> a series of "challenges", each worth a set number of points.
> 
> Each challenge score is determined by a Yes/No completion - Did XYZ happen?
> Did The other thing happen? etc. I was trying to figure out how to design
> the UI and while for a web version that we already have that uses radio
> buttons for each question, I'm not sure what would be best for an iOS app. I
> looked at the UISwitch, but it shows "On/Off" and that's not quite right. A
> segmented control could possibly work, with one for Yes and one for No. I
> thought a checkbox to signify "Yes" - but it doesn't look like iOS has
> checkboxes (how did I never notice that!).
> 
> I want to make it simple, so popping up a separate alert/window would incur
> an extra step.
> 
> So I'm soliciting opinions / suggestions.
> 
> Thanks,
> 
> John T.
> ___
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
> 
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/rols%40rols.org
> 
> This email sent to r...@rols.org
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


iOS UI Design Question / Opinions wanted

2011-07-13 Thread John Tsombakos
Hi,

Just getting more into iOS development, and am deciding on what to do for an
app. One app is a "competition scoring" application, where the judges would
use the app to calculate and score a game. The scores would are derived from
a series of "challenges", each worth a set number of points.

Each challenge score is determined by a Yes/No completion - Did XYZ happen?
Did The other thing happen? etc. I was trying to figure out how to design
the UI and while for a web version that we already have that uses radio
buttons for each question, I'm not sure what would be best for an iOS app. I
looked at the UISwitch, but it shows "On/Off" and that's not quite right. A
segmented control could possibly work, with one for Yes and one for No. I
thought a checkbox to signify "Yes" - but it doesn't look like iOS has
checkboxes (how did I never notice that!).

I want to make it simple, so popping up a separate alert/window would incur
an extra step.

So I'm soliciting opinions / suggestions.

Thanks,

John T.
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com