Skip to content

GIF Searcher is the app that give ability to search and show GIFs.

Notifications You must be signed in to change notification settings

alexEzhkin/GiphySearcherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

GifSearcher

GIF Searcher is the app that give ability to search and show GIFs. The main view of this app contains list of Trending GIFs and search bar, with help of this bar you can see GIFs that you type on search bar.

Screenshots

Show trending GIFsShow GIFs using search barShow GIF and GIF size

Installation

CocoaPods Setup

Open Terminal If you haven't already done so, run this command

sudo gem install cocoapods

Wait for it to finish before proceeding. Find the project directory in the Finder. This should be the folder that has the Xcode project in it. Type cd into the terminal, followed by a space. Drag and drop the project directory into the terminal window. Now, it should say something like this:

cd /Users/someone/Downloads/WonderfulProject

After this, type pod init into the terminal

pod init

Open PodFile. Add the GiphySwift and FLAnimatedImage entry to your Podfile

pod 'GiphySwift'
pod 'FLAnimatedImage'

After all, your PodFile should be like this:

platform :ios, '9.0'
use_frameworks!

target 'GiphySearcher' do
  pod 'GiphySwift'
  pod 'FLAnimatedImage'
end

Run pods to grab the GiphySwift and FLAnimatedImage framework

pod install

GifSearcher App

Clone or download the repository, setup CocoaPods and open GifSearcher.xcworkspace to check out the GifSearcher app.

Thanks

Author

Alex Ezhkin

LinkedIn: https://www.linkedin.com/in/aleksandr-ezhkin-bbaa07134/

About

GIF Searcher is the app that give ability to search and show GIFs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages