Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
kindly provide me with a briefly solution, am a new Xcode developer, and about to establish my new application which is view contains more than 1 button as an albums, the songs for each album are uploaded on a remote server, when pressing the album button , it will start downloading the songs for this album from the server to the application on the iphone, and the songs will be listed in a list view within the main one as a labels, when pressing on the label the song will be played, the application contains play and shuffle button, any swift help is greatly appreciated,
You want us to post finished code for you?... It doesn't work that way (unless you pay someone). Try on your own, if you run into problems post here with specific details and questions.
no, all i want is some thing like a documentation or tutorials related by this article, and a briefly explanation how to shuffle songs in a certain album(in consider the number of songs varies from on album to other) :S:o
There's no documentation for such a specific taks. What you could leverage is the LazyTableImages which can show you how to get contents from a website, and show them in the app. Loading
As for shuffle, it can be as simple as an arc4random() call, or you can create an array of all items, shuffle it and use that, so there are no repeats in a shuffle.
Replies
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeAs for shuffle, it can be as simple as an arc4random() call, or you can create an array of all items, shuffle it and use that, so there are no repeats in a shuffle.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome