What's the preferred way to name iOS abstractions? Let's say I have a iOS-service of some sort. It makes sense to prefix it with iOS, but to follow the c# conventions I should case it like IosService
, but that looks like an interface.. What do you guys usually do? Suppress the warning, follow the c# convention, or some other variant?
↧
iOS abstraction naming
↧