ios - xcode parse! uitableview cell in order! in last created "DATE" -


i have parse uitableview. cells inserted randomly table view. wanted them come in latest created there @ top. every time make new cell in  parse should come top.

are using parse sdk? if yes, can use

[query orderbydescending:@"createdat"]; 

Comments

Popular posts from this blog

python - Specify path of savefig with pylab or matplotlib -

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -