KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
SearchBarFun
★ 15
Open GitHub ↗
iOS 7 Searchbar transition expirement
Download README (.md)
Explore Similar Repositories
lita-jira
:
A JIRA plugin for Lita
notebooks
:
An attempt to formalize my thoughts. A pythonic approach to mental housekeeping
tegra-ubuntu
:
No description available.
usemodify
:
Use & Modify is just a a copy of Ofont
OST-Ghost-Theme
:
OSTraining.com Ghost theme with tutorial
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
SearchBarFun
?
Download (.md)
iOS 7 Searchbar transition experiment ============ With iOS 7 came some great features as well as some weird behavior with regards to search bars. This little example was an experiment to see if it was possible to animate a UISearchBar into the navigation bar without actually having the UISearchBar visible on the view. From what I have observed if you want to animate a UISearchBar into the navigation bar it iOS 7 assumes it will be displayed / visible somewhere in your view. This example shows you that it is possible to animate a search bar into a navigation bar without it being visible. 