Skip to content

MasudShuvo/MSVennDiagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSVennDiagram

Implement a venn diagram using objective C.

Implementation

Add MSSet.h, MSSet.m, MSVennDiagram.h, MSVennDiagram.m files to your project.

Initiate an object of MSVennDiagram class, and add the view where you want to display the diagram.

Sample code

MSVennDiagram *vennDiagram = [[MSVennDiagram alloc] init];
[self.vennDiagram vennDiagramForSetA:100 setB:100 setAintersectB:50];
[yourView addSubview:self.vennDiagram];

Screen shot

image

About

Implementation of venn diagram with Objective C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published