Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正处于为 iOS 创建自己的 spotify 应用程序的早期阶段,我希望能够在表格视图中搜索艺术家、专辑或歌曲等。谁能指出我正确的方向?
谢谢 :)
在 iOS 上,您应该使用CocoaLibSpotify。该SPSearch对象是您所需要的 - 它会为您返回与给定搜索匹配的一系列曲目或艺术家或专辑,您可以像填充其他任何内容一样使用它们填充 TableView。
SPSearch