Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
verybadcat authored Dec 31, 2017
1 parent b466dc4 commit b3f1a21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ To get started, do something like this:
var size = latexView.SizeThatFits(new CoreGraphics.CGSize(370, 180));
latexView.Frame = new CoreGraphics.CGRect(0, 20, size.Width, size.Height);
someSuperview.Add(latexView);
# Project needs

We need more front ends! As a sub-question, it would be interesting to know where iosMath got the data they use to create their mathTables. See [issues](https://github.com/verybadcat/CSharpMath/issues).

# License

Expand Down

0 comments on commit b3f1a21

Please sign in to comment.