Developing Notebook carousel in iOs app - ios

I want to create an iOS app to manage notebooks, i already know how to implement most of the functionality, but i would like to add a notebook carousel in the app like in the attached image. I have already googled for related terms searching for a way to do it with no avail.
It should animate on click and simulate the opening of a book, you can find this functionality in apps like penultimate, outliner and many others.
Can anyone put me in the right direction?

Related

How can you prevent users from taking screenshots in a React Native IOS app?

I am currently building an IOS app with React Native, and I am looking into how to prevent users from taking screenshots on certain parts of the app.
I read this article on this issue: https://www.netguru.com/blog/prevent-screenshots-react-native, and I learned that there are basically two options. I can either use the paid ScreenShieldKit SDK or I can create an invisible screen animation that somehow covers the content of the app in a screenshot.
I am not looking to pay for ScreenShieldKit, so how can I go about making this animation to cover screenshots on my app, and will it even work?
Any help is appreciated. Thanks!
The two options for preventing screenshots on a React Native IOS App
ScreenShieldKit's technology is patented. And more likely than not, it is based on the other solution which you yourself know of (invisible screen animation). So it may not be wise to post the exact code here, as it could very well infringe upon their patent.

creating a (simple?) photo gallery

I have started learning Swift and I created a very simple app - photo gallery, videos, webView for our website.
I'm following this tutorial on youtube: https://www.youtube.com/watch?v=JbPc62YWhPQ and combined a few other ones to get that nice 3 column layout for the photo gallery to go along with it.
This works well for now, but when I click an image, I've to go back and select another image. I've been trying to find a way to swipe across and found this tutorial: https://www.youtube.com/watch?v=LaWnv5sRpho
Unfortunately I can't seem to figure out how combine both. Maybe I've been googling for the wrong things? Can anyone help or direct me to a tutorial that could bridge these 2 things together?
They want something that functions similar to the native Photos app. Not sure how to swipe.

iOS Swift - pull tray open to expand content

I've been searching for a library or sample project that implements the following functionality, but unfortunately haven't been able to find much. Could anyone share any thoughts or point me in a general direction if experienced something similar?
I'd like create a pull-out view controller/tray whose interaction is very similar to the Google Maps iOS app (http://i.stack.imgur.com/l1QHt.png). When a user taps or pulls-up the snippet pane, the view expands until fully maximized. Essentially the same interaction as seen in the Maps app.
I'm happy to implement from-scratch if a library doesn't exist, but regardless wanted to seek any suggestions/insights before getting underway.
Thanks again for your help & advice!

iOS - Image picker like the Facebook App?

Does anyone know of a control for iOS applications that looks similar to the image picker found in the Facebook app for iOS? It allows for multiple image selection, transitioning over to the camera, only displaying selected images, etc. I haven't located anything that is close to this control anywhere, but figured someone here might.
It is known as GrabKit, It is a free control under MIT lisence.
You may download it from here and next time please make sure to do proper research on google before asking questions.

iOS iTunes Album Cover type (or similar) Image Display

Is there any tutorials that show how to make a Image display similar to the Album Art diaply in iTunes? Or anything similar. I followed code posted here, but I just cannot seem to get it working in the new XCode. Opening his project works fine, but using it in my own, the UIImageView renders the images beyond it's borders, making them appear over each other.
Any help would be appreciated.
I assume you're talking about CoverFlow?
I wrote a free, very easy to use CoverFlow library. It's modelled on the way that UITableView works, so if you can use that, you can use this. You can get it from here:
https://github.com/nicklockwood/iCarousel

Resources