Show Current Location's Weather - ios

I have Seen this beautiful, intuitive & simple way to show my current location's Weather in an app :
Example
and i wanted to know how can i do it myself on the NavigationBar.
i looked for a tutorial like this but never found one so i would really appreciate any guide , Tutorial or a Code that will help me implement Current Location Weather displayed like this in my project as well.
Thank you in advance.

Related

Success: Trying to end Path at a certain point

EDIT: I have since implemented the feature and it looks great in my personal opinion, I have added a link to my game dev's instagram which has a preview video of the feature. Please have a look, and like the post if you like what you see because another opinion is valuable to me 😁
https://www.instagram.com/p/CBlAlgfpIT_/?igshid=v8ahisp6nfy9
I'm wondering if anyone could please help me. I have a camera object which is set to View0 in a room 3416x1920 and then camera view set to 854x480. In this specific room I have 3 options pages I want the user to navigate to by using Paths and to stop once arrived on correct page (I have a system setup for navigation already, just needing help with Paths). How would I make the Path stop without resetting and going back to start point, at the moment it plays the Path and doesn't stop when hits end it'll just loop back to start.
I have included a photo diagram of what I'm trying to do, as well as a screenshot of my current Paths setup. Any help is much appreciated thanks.

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!

YouTube's search function in 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.

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:

ios5 storyboard version of Facebook integration

Just curious if there is an existing storyboard version of Facebook integration around because I've been googling for about 2 days. So far, I can do authorization for my app and what I have in mind is to try posting a simple status message perhaps from my app to my Facebook newsfeed. Most of the demos / tutorials I've gone through use xib's though such as this. This one is a good tutorial, however I want a storyboard version for this. Tell me if this post is a dupe and kindly post that question so I can study it.
I know there were a lot here that know the idea of sharing :)
So any helpful links were very much appreciated, as it will, in a way, boost my learning experience as well as the others who are starting iOS development :)
Thanks!
If you wish to simply post a status update you should be able to use the same examples that are shown in nib files. However if you want to see a sample app that uses story boards you can take a look at this sample app:
https://github.com/fbsamples/ios-social-cafe
It uses story boards to set up the UI and perform facebook login. You can also check it out to see how to use the new UI pickers (friends, place) and how to do open graph actions.
If you have more specific details around how you want to post a status update, please provide them so I can clarify further.
Yes, there is a simple example of an iOS app using Storyboards (iOS5 and later): https://github.com/fbsamples/ios-social-cafe
Hopefully that's helpful and shows how to do a good authorization flow with Storyboarding.
Good luck.

Resources