Wednesday, 8 May 2019

Example links



1) Collapsed and Expanded table view for both swift and objective c

http://www.anexinet.com/blog/expandable-collapsible-uitableview-sections/

http://www.iostute.com/2015/04/expandable-and-collapsable-tableview.html

2) Upload image to server

https://doszhan.com/2017/04/23/objective-c-get-image-from-gallery-camera-and-send-via-http/


Image upload example with swift and php

http://swiftdeveloperblog.com/image-upload-example/

https://stackoverflow.com/questions/28570574/nsurlsessionuploadtask-dont-upload-image-with-parameters


http://ioscake.com/send-post-request-using-nsurlsession.html

Upload image through AFNetworking

https://stackoverflow.com/questions/35947930/uploading-an-image-using-afnetworking-3-0

http://codeobjectivec.blogspot.in/2016/04/upload-image-file-to-server-in-ios.html



3) Difference launch screens for iPad and iPhone

https://stackoverflow.com/questions/38077313/load-different-launch-screen-for-ipad-iphone




4) UITextField delegates

https://code.tutsplus.com/tutorials/ios-sdk-uitextfield-uitextfielddelegate--mobile-10943



5) Google places AutoComplete

https://github.com/spoletto/SPGooglePlacesAutocomplete

https://devhub.io/repos/chenyuan-SPGooglePlacesAutocomplete

http://sweettutos.com/2015/09/30/how-to-use-the-google-places-autocomplete-api-with-google-maps-sdk-on-ios/


https://www.youtube.com/watch?v=gRQUoHleCGM

https://www.youtube.com/watch?v=5jIoGV6DC9w

https://developers.google.com/places/ios-api/autocomplete


6) Google MapKit

https://www.youtube.com/watch?v=GYzNsVFyDrU


Google maps marker example and maps types


https://developers.google.com/maps/documentation/ios-sdk/


Swift example

https://theappspace.com/google-maps-sdk-ios-using-swift-4/

Objective cExample

https://lunapps.com/blog/ios-google-maps-integration/



7) AFNetWorking

https://code.tutsplus.com/tutorials/networking-made-easy-with-afnetworking--mobile-10741



8) Icons online site

https://icons8.com/icon/set/minus/all



9) Send notifications with firebase to PHP

https://stackoverflow.com/questions/39426330/ios-sending-notification-with-firebase

https://www.cumulations.com/blogs/87/how-to-send-push-notifications-in-php-to-ios-devices-using-fcm





10) Push notification custom sound

https://stackoverflow.com/questions/40485717/ios-unable-to-play-custom-sound-for-remote-notifications


https://stackoverflow.com/questions/20367038/update-badge-count-for-push-notifications-in-ios7

https://stackoverflow.com/questions/11153631/increment-the-push-notification-badge-iphone

http://api.shephertz.com/tutorial/Push-Notification-iOS/


11) Core data

Fetch every N th record

https://stackoverflow.com/questions/8651104/how-to-fetch-every-nth-object-using-core-data


12) UITableView header selectable

https://stackoverflow.com/questions/19996566/how-to-make-uitableview-header-selectable


13) Pausing, Resuming and Cancelling Downloads


https://www.raywenderlich.com/567-urlsession-tutorial-getting-started














No comments:

Post a Comment

Difference between == and ===

Difference between == and === https://stackoverflow.com/questions/24002819/difference-between-and == operator checks if their ...