文件名称:Flickr-Search:使用 Flickr Search API 的简单 iOS 应用程序
文件大小:686KB
文件格式:ZIP
更新时间:2024-07-16 18:10:24
Objective-C
Flickr 搜索
Flickr Search是一个非常简单的 iOS 应用程序,它使用在几个小时内构建。
主要特点是:
基于无限滚动结果。
过去搜索的历史管理。
入门
从终端类型更新依赖项
pod install
使用Flickr Search.xcworkspace打开项目
Flickr API 密钥
或多个
编辑AISearchClient.m
# error Add your Flickr API Key below.
static NSString * const AISearchClientFlickrAPIKey = @"
【文件预览】:
Flickr-Search-master
----Flickr Search.xcworkspace()
--------contents.xcworkspacedata(173B)
----Flickr Search.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(21KB)
----Podfile(55B)
----Flickr Search()
--------main.m(294B)
--------AIHistoryTableViewController.m(4KB)
--------AILoadingViewCell.m(2KB)
--------AIAppDelegate.m(1KB)
--------NSString+URLEncode.h(260B)
--------AISearchCollectionViewController.m(12KB)
--------AIHistoryManager.h(378B)
--------AIImageResult.m(3KB)
--------Flickr Search-Info.plist(1KB)
--------AIHistoryManager.m(2KB)
--------AIAppDelegate.h(234B)
--------AISearchClient.h(523B)
--------Flickr Search-Prefix.pch(344B)
--------AICollectionViewCell.m(2KB)
--------AIImageResult.h(751B)
--------AILoadingViewCell.h(232B)
--------Images.xcassets()
--------AICollectionViewCell.h(384B)
--------en.lproj()
--------AISearchCollectionViewController.h(246B)
--------NSString+URLEncode.m(872B)
--------AISearchClient.m(4KB)
--------AIHistoryTableViewController.h(359B)
----Podfile.lock(289B)
----.gitignore(231B)
----README.md(992B)
----github-assets()
--------flickr-screenshot.png(661KB)