php - Use one iPhone to call a method on another iPhone -


my app uses objective c , afnetworking, j son, , php let users register, login, take, , upload photos uiscrollview jpeg thumbs. in app referenced , stored either programmatically or in database i.e. usernames, user ids, , photo ids. app uses 5 php functions (register, login, upload, logout, stream) called using following command part of class subclasses afhttpclient in afnetworking.

-(void)commandwithparams:(nsmutabledictionary*)params oncompletion:(jsonresponseblock)completionblock; 

when photo tapped stream command called show user fullscreen version of thumbnail. segue takes user new viewcontroller.

my goal take picture on iphone uploaded picture tapped scaling existing api. how do this?

edit update in progress...


Comments

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -