an iOS app for my classifieds ads website -
im learning swift2 using xcode 7 , want create ios app classifieds ads website! not programmer believe can make myself if can give me tips on way connect data site app! should have separated database or can relay on contents on website transferred app! if there way please let me know! apprecaite !
there many ways can go accomplishing need do. create link website using
var url = nsurl(string:"your website address") if url != nil { let task = nsurlsession.sharedsession().datataskwithurl(url!, completionhandler.{(data, response, error) ->void in if error != nil { //handle error } else { //what }}
you go creating table cells having links particular item on website. how implement you. can creating online db using cloud service , link app.
Comments
Post a Comment