How to Add Page Curl Effect to UIView in iOS? - ios

I am working on an iOS Magazine App show the list of Magazines, i want to add the page curl effect to the cover page of the magazine (not the page curl animation just the static effect) as the below image describes. I search a lot but did't find any solution, your help will be appreciated Thanks.

Related

Swipe between UITableViews like Livescore app

I am trying to expand my application that is currently in the App Store. I found an interesting way to change between two UITableViews by swiping and I want to implement something similar. I tried searching but had no luck, most of the searches ended up in swiping UITableViewCells or what Android uses "fragments"
What I want to achieve looks like this. I will show you in three different pictures taken from the livescore app. Since I can't upload images here I will give you dropbox url:
View1
View2 (starting to swipe, can see the data on the other view already)
View3 (finished swiping)
Can't post the link since im restricted to two links...
Any ideas what they are using for technique? What it is called and/or if you have a good tutorial for it would be appreciated.

I want the partial pagecurl effect ,not the full screen

Now I am developing an app on iOS, I need the pagecurl effect, but the all source code I found was full screen! However, I only need the partial screen, not full screen. So I need to know how to do it!
Could anybody provide an example for me?
There's a good reference on the different forms of Modal Views contained in iOS, including the partial page curl, here: on Tim Neill's blog.

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

Add page curl like layer (not animation)

I want to be clear that I do not need help with page curl animation.
I am trying to find the best way to add a "page curl" image effect to the bottom of one my views. Similar to the iPad maps app.
Here is an example:
Of course, once this area is hit, the page curls. Easy enough.
I am thinking that it would be using some Quartz to draw?
I have even thought about doing a small curl animation to get it to there but that seems a bit dirty.
Thank you for your time!
Can you not just add a image file as a button in the corner to simulate a page curl?

Page curl left and right for uiwebview with html contents

I am working on a epub book reader application and displaying the contents of
book in web view and i want to give a horizontal page curl effect for that just a turning the page of a real book. I couldnt find any tutorials for that . Help is appreciated
Like this? https://github.com/zeroCoder1/Epub-Reader/blob/master/testPubb%2FtestPubb%2FViewController.m#L41
// Aw, stackoverflow need me to enter at least 30 characters, so here's it another wasted characters they need. ;p

Resources