Touch-changing chart for iOS [closed] - iphone

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
By searching a bit I found many libraries to create some charts for the iPhone. Just want to ask if someone has ever worked with a library where the end user can touch the graph and edit it. For example touch a bar graph and make a bar taller or shorter and get back the value.

you should be able to accomplish this with core plot. the built in touch tracking can tell you where the user is touching, from there you'd just change the height of that bar and reload the graph.

Related

Searching for uiswitch for ios 7 with text or image options [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
iOS 7 brings us switches without text at all, removing any effect of "onImage" and "offImage" properties we had in iOS 6. I've tried to use DCRoundSwitch.. but it crashes the app. Has anyone found a successful replacement for a UISwitch that has text (in my case, "YES"/"NO").
You have many alternative of UISwitch:
Cocoacontrols search switch
code4app switch section

Any one knows any book template for IOS App [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I need a template like cover flow for viewing books in IOS App. Anybody knows any template which can show books.
Please find attached images. I need something like shown in figure.
Sorry but I do not know these question should be ask on stack overflow or other stack overflow options!
Well to achieve this we have a number of controls. Please go through these
Pepper UI
Flip View Control
Leaves Control
Page Curl
You would have to tweak all of them to get your desired animation though iCarousel does offer many such animations. Dont forget to go through its library. Hope this helps.
Use iCarousel which is open source well-known library for such formats. You need to tweak the in-built types a little to make it look like a book.
Set the type to iCarouselTypeCoverFlow2 and implement delegate method itemTransformForOffset to provide your custom transform for book-like display.

getting a large version of message and mail icon ios [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there a place where I can get the iOS Message and Mail app icons? I checked in the Apple Developer Resources and Human Interface Guidelines but couldn't find anything? (I know that you can use them with the UIActivityViewController, but I need them in a separate UIImageView as well)
Here is a link to an icon package for iOS 5 that I used in one of my apps:
http://iconsparadise.com/iphone-free-icons/iphone-4-ios-5-app-icons/
Pretty straight forward download. Good luck.

iPhone iOS is there an open source annotated line graph example? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I've looked at a variety of iPhone graphs, and while a lot of them work for line graphs, I have not been able to find anything that does graph annotations like the image below. Are there any graphs for iOS that support graph annotations?
There are many comparison article of the different iOS Graphing Libraries. See these comparisons for an in depth analysis of their differing features:
http://www.scottlogic.com/blog/2012/05/21/comparison-of-the-available-ios-charting-libraries.html
https://blog.serverdensity.com/how-to-build-stunning-custom-ios-graphs-on-iphone-and-ipad/
Not many of them support built in annotations. You may have to add that yourself. Core-Plot sounds like your best option: https://code.google.com/p/core-plot/

Face detection in iphone [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Improve this question
Thanks in advance.
I have a requirement is that , to find only the face from selected image, and need to crop it from the original image.Is there any face detection api for it in iphone using objective c . If any one know please tell to me.
The easiest way would be to use a RESTful web service API if Internet connection is possible. You can checkout http://skybiometry.com/ for free face detection & recognition API.