This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<!-- NOTES | |
Demo - uses IOS native scroll available in IOS5, but sidestep the document-bounce behavior. | |
another take on the solution first seen here: https://gist.github.com/1372229 | |
https://github.com/joelambert/ScrollFix/issues/2 | |
Tested on iPad 2, using IOS 5.0.1. | |
Add the patterns to the find and replace dialog in Visual Studio for ultimate win. Replace in entire solution for more ultimate win.
#Matching pattern
_?ModelFactory\.Create<([a-z]+)>\((_?[a-z]+\.?[a-z]+?)\)
#Replacement pattern