Skip to content

Conversation

@middleseatman
Copy link

Proposing addition of a simple boolean method to return YES if the device is known to have cellular capabilities. Useful for exposing/hiding cellular specific settings etc...

Proposing addition of a simple boolean method to return YES if the device is known to have cellular capabilities.   Useful for exposing/hiding cellular specific settings etc...
return UIDeviceFamilyUnknown;
}

-(bool) hasCellular {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keep code style. add a space after dash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants