iPhone issue while accessing Web service -


i have created project in xcode. access webservice each uiviewcontroller. there no issues while accessing data web services. can't navigate same page agin. have issue following scenario :

i have table view of data user1, user2, user3; while clicking on user lead me detailed user page show particular user profile in detail.

in app can navigate user1 , can see detailed profile , once , again trying go user2's profile app crashed , there no errors in console.

and if restarting app , again trying access user2's profile, works , won't works other items in list.

can guys me sort out issue?

thanks in advance......

you crate array of users object , store details of user , when going user pass particular users object work fine requirement


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -