YouTube's search function in IOS - ios

http://coolappsman.com/wp-content/uploads/2012/09/YouTube-App-Search.jpg
Hello, I am looking for some implementation tips for YouTube's search-function. I want to implement exactly the same thing but without the function "displaying tips based on the search-term".
With other words, I want a simpler version. How can I make the NavigatorBar disappear when the user clicks on the "search-button" and then make the NavigatorBar appear again after the user searched what they looked for? If you have seen the app its pretty clear what I am trying to explain.
Anyone know a good tutorial to implement something like this? What methods do this require? I am grateful for all tips. Thanx!

Jesper.
Concept you want to implement is quite hard to do, that is highly customized control. Instead of showing results in the same view, a new controller is pushed with results table.
However, you can start with UISearchDisplayController. See Apple's TableSearch example.

Related

Displaying Data From Firebase in iOS in 'Flashcards'

I am developing an iOS app that displays certain words from a Firebase database. The difference, however, is that I want to display the search results in a 'Flashcard' style. I have attached an image to give you an idea of what I am trying to do. I also want it to act as a button (i.e perform some actions when tapped). It would be great if you could help me give me an idea about how I could get this done. Thanks a lot]1
1.) Create a custom collection view. (Guide: https://medium.com/#michaelrojas_66889/how-to-make-a-custom-collection-view-cell-in-swift-6d5783ab7c1c)
2.) Get started with Firebase. (How to get started: https://firebase.google.com/docs/ios/setup)
3.) Setup everything you need for the collection view (Code)
4.) Retrieve values from Firebase. (https://firebase.google.com/docs/database/ios/read-and-write)
At least this is a start where you should begin. There is hundred of guides how to perform something like that, if you're googling the correct way. Once you get started, you should edit your post and ask more specific what you need help with and there will be a lot of people here who will help you out. But like someone said in the comments, it's not a code service. We're not building it for you. We're here to help you get in the right direction. (I know it's a pain in the beginning, and you will get confused a hundred of times. But that's the best way of learning.)
Good luck!

Animation and loading like around me application

I would like to implement the same type of loading functionality and animation as this application: https://itunes.apple.com/in/app/aroundme/id290051590?mt=8
I have been trying to find information on how to do this but can't quite seem to find any good resources.
How can I accomplish this? Even just an idea of what to properly google search will be extremely helpful!
It's called ripple effect
There is demo you can find from below link
https://github.com/bharathlalgudinatarajan/LNBRippleEffect
Other option is you can find/implement last colum 3rd effect from below link.
https://github.com/gontovnik/DGActivityIndicatorView

creating facebook style timeline in ios sdk

I am trying to creating something similar to facebook timeline in facebook website. I tried searching for some examples I could not find any. Can anyone give me pointers on how to get started if I want to create one or an existing example would be great.
Thanks
Not an answer, but a pointer, If you'd thinking to make something like here, then its kind of tough and really need presence of mind to make it. First of all, source code is only avail with Mark Zuckerburg so in case you can ask him for that. If he'll deny, you should go ahead and,
Think of it, design of it, and start making it.
You need to make mocktail of UITableView's, UIImageView's, extra UILabel's and UIButton's for garnishing and test, and a well looking design that says yes its timeline.
Once you done with above, you need some test data, with a date inside it, perform descending sort with NSSortDescriptor. Update your timeline with those data you've. You've to check for the kind of data you want, or you've included. Set the layout as per the data you want to show.
and you'll say, Whoa! I've own timeline.

Tutorial for Contacts-like UITableView look

In my app, I would like to create a tableview where the users can fill in their contact data. I want it to look good and I was thinking to make a clone of the Contacts app on iPhone/iPad. The problem is that I don't know how to achieve that look.
I want to find a tutorial that would explain to me how I can do it, but I couldn't find any.
Could anyone please suggest me one?
This is what I would like it to look like:

I need a Twitter widget that isn't hideous

I need a Twitter widget that isn't chunky and disgusting like the official one (http://twitter.com/about/resources/widgets/widget_profile) and more like this one on some guy's blog (http://kelwynshade.blogspot.com/).
I've checked his source, obviously - and it appears to be part of the Google Friend Connect service, which seems like it aims to solve a lot of problems I just don't have. And by that I mean it's bloated as hell.
Please advise.
Okay, ultimately I determined that I had enough CSS control over the stock widget to make do. If anyone has a better solution though I'd still like to hear it.
I dont know if this helps but u can check the post to twitter app from here:
http://marakana.com/forums/android/examples/67.html
and here
http://marakana.com/techtv/android_bootcamp_screencast_series.html
Hope it helpes:)

Resources