I am developing a application.In the application i need bar graph .Please see the see below image
I want to develop such type of bar graph .i have done a lot of R&D but not find solution.Please Help me
Thanks
Dheerendra singh
Did you take a look at https://github.com/core-plot/core-plot? I used this once and was happy with its API.
By the way: why do you need multiple plots? The plot in your screenshot seems to be made of continuous data...
Core plot is best available Graph lib for achieving this kinda bar but you have to do some customisation by your self.
Related
This is the screenshot of what I am struggling with. I cannot figure out a way to remove the data label of "2800" on the bar chart that I added onto the graph. I have tried playing with the advanced and custom settings yet still could not figure out a way.
In case of issues with using the Everviz platform please contact their support channel: support#everviz.com.
Currently I am using material design in ios project.
I am not able to achieve these tabs (Beauty,Yoga,Recipes) attached screen shot. Is this can be achieved by using this library or I have to make my own.
Thanks for Any help.
The CardTableView sample is where you can find the complete project demonstrating how to make the desired look using PageTabBarController.
Would anyone mind pointing me in the right direction of making a card view just like the one in the image shown below? I've been scouring the internet for over an hour trying to find a tutorial (in Swift) and all I could find was making the illusion of separated cards like this and this.
Any help or input would be greatly appreciated!
It wouldn't be that hard to do this yourself with custom code.
You could also use either a UICollectionView. Getting the look you want with a collection view is doable but would require some customization.
Yet another option is a third party framework like iCarousel (by Nick Lockwoods) iCarousel is very flexible and powerful, and comes with tutorials demonstrating a number of different options.
I am a bit new in iOS programming. I want to add view controllers in side view when click on the menu button as many apps already have. I searched in net and found 2 APIs one is PPReavealSideViewController and other is SWReavelSideController. but i don't know how to use. I downloaded the Sample project of PPReavealSideViewController but it is showing many errors. please help me I have many questions in my mind..
Which one is better to use PPReavealSideViewController or SWReavelSideController?
Is there any other way to achieve my target??
I am uplaoding a image, please help me
I would suggest to use step-by-step tutorial:
http://www.raywenderlich.com/32054/how-to-create-a-slide-out-navigation-like-facebook-and-path
PPReavealSideViewController or SWReavelSideController are good but always nice to do it yourself
Iam new to ios development.I confused to design like a screen which i attached here.
Please help me if anyone know how to design like this.Iam not yet started to design the screen.
Thanks in Advance....![design like this screen][1]
this is WaterfallCollectionView sample code as per your requirement