-6

Is there any way that I can view .h and .m files on my Windows machine the same way I can see on a Mac?

I want to have a look at lots of code of iOS Tutorials but I don't have a Mac. I also open it in Microsoft Wordpad, but I only can view plain text all in same color and unorganized lines.

halfer
  • 19,824
  • 17
  • 99
  • 186
NSPratik
  • 4,714
  • 7
  • 51
  • 81

1 Answers1

2

Use notepad++ or ms word. You can use any text editor open those files as they are simple text file like java files.

Or you can use Sublime.

RajeshKumar R
  • 15,445
  • 2
  • 38
  • 70
Dipen Patel
  • 911
  • 2
  • 9
  • 22