#EN
A simple lottery app build for os x with swift
- Set App background
- Import user data in txt file, One per line. sample:
13812345678
13812345679
13812345670 - Can set font color and size
- Set vertical position not works yet.
- I18N
##CN 一个简单的抽奖程序。用swift写的,运行在最新的OS X上。
- 设置APP背景
- 可通过文件导入多行数据,做为抽奖数据。每行一条。如以手机号抽奖,数据文件可以类似:
13812345678
13812345679
13812345670 - 可以设置中奖数字的字体大小及颜色/set font color and size
- 设置中奖文字的重置距离不管用
- 国际化