iOS 搜索 SpotifySearch
- 授权协议: MIT
- 开发语言: Swift
- 操作系统: iOS
- 软件首页: https://github.com/KaanEmec/SpotifySearch
软件介绍
SpotifySearch 是一个 Swift 的类,可以使用 Spotify API 搜索歌曲和艺术家,已经用另一个类来保存搜索结构。
使用示例:
添加 spotifySearch.swift 文件到你的项目。创建一个 spotifySearch 类的实例,并使用以下函数处理歌曲和艺术家搜索:
spotifySearch.searchSpotifyFor()
spotifySearch.stopSearching()
spotifySearch.spotifySearchResultsToStringArray()
搜索结构会返回到你在 searchSpotifyFor 函数指定的处理器,并伴随 spotifySearchResult 类的一组数组。
Defensive Design for the Web
37signals、Matthew Linderman、Jason Fried / New Riders / 2004-3-2 / GBP 18.99
Let's admit it: Things will go wrong online. No matter how carefully you design a site, no matter how much testing you do, customers still encounter problems. So how do you handle these inevitable bre......一起来看看 《Defensive Design for the Web》 这本书的介绍吧!
