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
class ViewController: UIViewController, UIScrollViewDelegate { | |
@IBOutlet weak var scroll: UIScrollView! | |
var topView = UIView() | |
var imageView: UIImageView? | |
let image = UIImage(named: "4") | |
var aView: UIView? | |
var label: UILabel? |
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> | |
<meta charset="utf-8" /> | |
<title>注册帐号 - Qing</title> | |
<!--[if gte IE 7]><!--> | |
<link rel="stylesheet" type="text/css" media="screen" href="/static/css/screen.css" /> | |
<!--<![endif]--> | |
<script type="text/javascript" src="/static/js/jquery.min.js"></script> | |
<script type="text/javascript" src="/static/js/qing.js"></script> |