All Pointer related Questions

by jaman | 07/07/17 | 1 Answers | Tags : ios , objective C , type-casting , pointer , NSInteger Views : 1374
here crash at warning that comparison between pointer and integer ('NSInteger' and 'void *' ) here nil is not means simply 0 i tried NULL instead nil but same warning

Read more

by jaman | 07/07/17 | 1 Answers | Tags : ios , objective C , type-casting , pointer , integer Views : 3348
initialisation on selecting the picker view . application crash i can see warning at code . comparison between pointer and integer ('int *' and int)

Read more